Skip to content

Commit

Permalink
Release commit for v.0.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 authored and holgerd77 committed May 28, 2015
1 parent dd617ab commit 7bdb9f3
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ Have a look at the ``run_tests.sh`` shell script for more examples!

Release Notes
=============
**Changes in version 0.3.12-alpha** (2015-05-28)

* Added new release compatibility overview table to docs (see: :ref:`release_compatibility`)
* Adopted ``run_tests.sh`` script to run with ``Django 1.6``
* Tested ``Django 1.5``, ``Django 1.6`` for compatibility with ``DDS v.0.3.x``
* Updated title xpath in fixture for Wikinews example scraper

**Changes in version 0.3.11-alpha** (2015-04-20)

* Added ``only-active`` and ``--report-only-erros`` options to ``run_checker_tests`` management command (see: :ref:`run_checker_tests`)
Expand Down
4 changes: 3 additions & 1 deletion docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ future DB changes:

* `South 0.7+ <http://south.aeracode.org/>`_

.. _release_compatibility:

Release Compatibility Table
---------------------------
Have a look at the following table for an overview which ``Django``, ``Scrapy`` and ``django-celery`` versions are supported
Expand All @@ -74,7 +76,7 @@ by which ``DDS`` version. Due to dev resource constraints backwards compatibilit
=========== ========================== ======================== ====================
DDS Version Django Scrapy django-celery
=========== ========================== ======================== ====================
0.3 1.4-1.6 (1.7+ untested) 0.16 (0.18+ unsupported) 3.0+ (3.1+ untested)
0.3 1.4-1.6 (1.7+ unsupported) 0.16 (0.18+ unsupported) 3.0+ (3.1+ untested)
0.2 1.4 (1.5+ unsupported) 0.14 (0.16+ unsupported) 2.x (3.0 untested)
=========== ========================== ======================== ====================

Expand Down
2 changes: 0 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ Features
* Dynamic scheduling depending on crawling success via Django Celery
* Checkers to check if items once scraped are still existing

.. note::
DDS v.0.3 now officially supports ``Scrapy v.0.16.x`` (``Scrapy v.0.18.x`` is not working yet)!

.. _Scrapy: http://www.scrapy.org
.. _`Scrapy Docs`: http://doc.scrapy.org
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django>=1.4,<=1.5
Django>=1.4,<=1.6
Scrapy>=0.16.0,<0.17.0
django-celery>=3.0.0
pillow
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='django-dynamic-scraper',
version='0.3.11',
version='0.3.12',
description='Creating Scrapy scrapers via the Django admin interface',
author='Holger Drewes',
author_email='Holger.Drewes@gmail.com',
Expand All @@ -21,7 +21,7 @@
'dynamic_scraper.management.commands',
],
#install_requires=[
# 'Django>=1.4,<=1.5',
# 'Django>=1.4,<=1.6',
# 'Scrapy>=0.16.0,<0.17.0',
#
# 'django-celery>=3.0.0', # Scheduling
Expand Down

0 comments on commit 7bdb9f3

Please sign in to comment.