Hello community, here is the log from the commit of package python-django-nose for openSUSE:Factory checked in at 2020-08-29 20:38:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-django-nose (Old) and /work/SRC/openSUSE:Factory/.python-django-nose.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-nose" Sat Aug 29 20:38:46 2020 rev:17 rq:829901 version:1.4.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-django-nose/python-django-nose.changes 2018-12-13 19:48:53.184666648 +0100 +++ /work/SRC/openSUSE:Factory/.python-django-nose.new.3399/python-django-nose.changes 2020-08-29 20:38:55.657378987 +0200 @@ -1,0 +2,8 @@ +Wed Aug 26 12:52:40 UTC 2020 - Marketa Calabkova <[email protected]> + +- Update to 1.4.7 + * Document Django 2.2 support, no changes needed + * Move project to `Jazzband.co <https://jazzband.co>`_ + * Fix fixture loading on MySQL + +------------------------------------------------------------------- Old: ---- django-nose-1.4.6.tar.gz New: ---- django-nose-1.4.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-django-nose.spec ++++++ --- /var/tmp/diff_new_pack.HNkf65/_old 2020-08-29 20:38:57.089379591 +0200 +++ /var/tmp/diff_new_pack.HNkf65/_new 2020-08-29 20:38:57.093379592 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-django-nose # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-django-nose -Version: 1.4.6 +Version: 1.4.7 Release: 0 Summary: Django test runner that uses python-nose License: BSD-3-Clause @@ -29,7 +29,6 @@ BuildRequires: %{python_module devel} BuildRequires: %{python_module dj-database-url} BuildRequires: %{python_module nose >= 1.2.1} -BuildRequires: %{python_module pytest-django} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros ++++++ django-nose-1.4.6.tar.gz -> django-nose-1.4.7.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/django-nose-1.4.6/AUTHORS.rst new/django-nose-1.4.7/AUTHORS.rst --- old/django-nose-1.4.6/AUTHORS.rst 2015-12-28 23:46:36.000000000 +0100 +++ new/django-nose-1.4.7/AUTHORS.rst 2020-08-20 04:34:22.000000000 +0200 @@ -7,13 +7,25 @@ volunteers. Thank you to everyone who uses django-nose, keeps your projects up-to-date, files detailed bugs, and submits patches. -Maintainers ------------ +Project Leads +------------- +* John Whitlock (`jwhitlock <https://github.com/jwhitlock>`_) + +This is a `Jazzband <https://jazzband.co>`_ project, supported by the members, +who agree to abide by the +`Contributor Code of Conduct <https://jazzband.co/about/conduct>`_ and follow the +`guidelines <https://jazzband.co/about/guidelines>`_. +If you'd like to become a project lead, please take a look at the +`Releases documentation <https://jazzband.co/about/releases>`_ and reach out to us. + +Emeritus Maintainers +-------------------- +Thank you for years of maintaining this project! + * Jeff Balogh (`jbalogh <https://github.com/jbalogh>`_) * Erik Rose (`erikrose <https://github.com/erikrose>`_) * James Socol (`jscol <https://github.com/jsocol>`_) * Rob Hudson (`robhudson <https://github.com/robhudson>`_) -* John Whitlock (`jwhitlock <https://github.com/jwhitlock>`_) Contributors ------------ @@ -31,6 +43,7 @@ * Conrado Buhrer (`conrado <https://github.com/conrado>`_) * David Baumgold (`singingwolfboy <https://github.com/singingwolfboy>`_) * David Cramer (`dcramer <https://github.com/dcramer>`_) +* Dillon Lareau (`dlareau <https://github.com/dlareau>`_) * Dmitry Gladkov (`dgladkov <https://github.com/dgladkov>`_) * Ederson Mota (`edrmp <https://github.com/edrmp>`_) * Eric Zarowny (`ezarowny <https://github.com/ezarowny>`_) @@ -38,6 +51,7 @@ * Fred Wenzel (`fwenzel <https://github.com/fwenzel>`_) * Fábio Santos (`fabiosantoscode <https://github.com/fabiosantoscode>`_) * Ionel Cristian Mărieș (`ionelmc <https://github.com/ionelmc>`_) +* Jannis Leidel (`jezdez <https://github.com/jezdez>`_) * Jeremy Satterfield (`jsatt <https://github.com/jsatt>`_) * Johan Euphrosine (`proppy <https://github.com/proppy>`_) * Kyle Robertson (`dvelyk <https://github.com/dvelyk>`_) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/django-nose-1.4.6/CONTRIBUTING.rst new/django-nose-1.4.7/CONTRIBUTING.rst --- old/django-nose-1.4.6/CONTRIBUTING.rst 2015-07-17 20:50:30.000000000 +0200 +++ new/django-nose-1.4.7/CONTRIBUTING.rst 2020-08-20 04:34:22.000000000 +0200 @@ -2,6 +2,15 @@ Contributing ============ +.. image:: https://jazzband.co/static/img/jazzband.svg + :target: https://jazzband.co/ + :alt: Jazzband + +This is a `Jazzband <https://jazzband.co>`_ project. By contributing you agree +to abide by the +`Contributor Code of Conduct <https://jazzband.co/about/conduct>`_ and follow the +`guidelines <https://jazzband.co/about/guidelines>`_. + Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given. @@ -13,7 +22,7 @@ Report Bugs ~~~~~~~~~~~ -Report bugs at https://github.com/django-nose/django-nose/issues. +Report bugs at https://github.com/jazzband/django-nose/issues. If you are reporting a bug, please include: @@ -52,7 +61,7 @@ ~~~~~~~~~~~~~~~ The best way to send feedback is to file an issue at -https://github.com/django-nose/django-nose/issues. +https://github.com/jazzband/django-nose/issues. If you are proposing a feature: @@ -116,7 +125,7 @@ 5. Make liberal use of `git rebase` to ensure clean commits on top of master. 6. The pull request should pass QA tests and work for supported Python / Django combinations. Check - https://travis-ci.org/django-nose/django-nose/pull_requests + https://travis-ci.org/jazzband/django-nose/pull_requests and make sure that the tests pass for all supported Python versions. Tips diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/django-nose-1.4.6/PKG-INFO new/django-nose-1.4.7/PKG-INFO --- old/django-nose-1.4.6/PKG-INFO 2018-10-03 23:26:48.000000000 +0200 +++ new/django-nose-1.4.7/PKG-INFO 2020-08-20 04:35:10.000000000 +0200 @@ -1,10 +1,12 @@ -Metadata-Version: 1.1 +Metadata-Version: 1.2 Name: django-nose -Version: 1.4.6 +Version: 1.4.7 Summary: Makes your Django tests simple and snappy -Home-page: http://github.com/django-nose/django-nose -Author: Erik Rose -Author-email: [email protected] +Home-page: http://github.com/jazzband/django-nose +Author: Jeff Balogh +Author-email: [email protected] +Maintainer: John Whitlock +Maintainer-email: [email protected] License: BSD Description: =========== @@ -44,10 +46,26 @@ * Django 1.11 (LTS) with Python 2.7, 3.4, 3.5, or 3.6 * Django 2.0 with Python 3.4, 3.5, 3.6, or 3.7 * Django 2.1 with Python 3.5, 3.6, or 3.7 + * Django 2.2 with Python 3.5, 3.6, or 3.7 .. _latest release: https://pypi.python.org/pypi/nose .. _Django's support policy: https://docs.djangoproject.com/en/1.8/internals/release-process/#supported-versions + + Note to users + ------------- + + `nose`_ has been in maintenance mode since at least 2015. ``django-nose`` is in + maintenance mode as well, and the sole maintainer is no longer an active user. + See `Jazzband.co`_ to learn how ``django-nose`` is maintained and how you can + help. New projects should consider using `pytest`_, or `unittest`_ with the + `Django testing framework`_. + + .. _Jazzband.co: https://jazzband.co + .. _pytest: https://docs.pytest.org/en/stable/ + .. _unittest: https://docs.python.org/3/library/unittest.html + .. _Django testing framework: https://docs.djangoproject.com/en/3.1/topics/testing/ + Installation ------------ @@ -61,7 +79,7 @@ .. code-block:: shell - $ pip install -e git://github.com/django-nose/django-nose.git#egg=django-nose + $ pip install -e git://github.com/jazzband/django-nose.git#egg=django-nose Since django-nose extends Django's built-in test command, you should add it to your ``INSTALLED_APPS`` in ``settings.py``: @@ -82,14 +100,22 @@ Development ----------- - :Code: https://github.com/django-nose/django-nose - :Issues: https://github.com/django-nose/django-nose/issues?state=open + :Code: https://github.com/jazzband/django-nose + :Issues: https://github.com/jazzband/django-nose/issues?state=open :Docs: https://django-nose.readthedocs.io Changelog --------- + 1.4.7 (2020-08-19) + ~~~~~~~~~~~~~~~~~~ + * Document Django 2.2 support, no changes needed + * Move project to `Jazzband.co <https://jazzband.co>`_ + * Fix fixture loading on MySQL + (`issue 307 <https://github.com/jazzband/django-nose/issues/307>`_, + `dlareau <https://github.com/dlareau>`_) + 1.4.6 (2018-10-03) ~~~~~~~~~~~~~~~~~~ * Document Django 2.0 and 2.1 support, no changes needed @@ -181,7 +207,7 @@ _(Older changes can be found in the full documentation)._ -Keywords: d,j,a,n,g,o, ,n,o,s,e, ,d,j,a,n,g,o,-,n,o,s,e +Keywords: django nose django-nose Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable Classifier: Environment :: Web Environment @@ -192,6 +218,7 @@ Classifier: Framework :: Django :: 1.11 Classifier: Framework :: Django :: 2.0 Classifier: Framework :: Django :: 2.1 +Classifier: Framework :: Django :: 2.2 Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: BSD License Classifier: Operating System :: OS Independent diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/django-nose-1.4.6/README.rst new/django-nose-1.4.7/README.rst --- old/django-nose-1.4.6/README.rst 2018-10-03 23:23:41.000000000 +0200 +++ new/django-nose-1.4.7/README.rst 2020-08-20 04:34:22.000000000 +0200 @@ -6,13 +6,17 @@ :alt: The PyPI package :target: https://pypi.python.org/pypi/django-nose -.. image:: https://img.shields.io/travis/django-nose/django-nose/master.svg +.. image:: https://img.shields.io/travis/jazzband/django-nose/master.svg :alt: TravisCI Build Status - :target: https://travis-ci.org/django-nose/django-nose + :target: https://travis-ci.org/jazzband/django-nose -.. image:: https://img.shields.io/coveralls/django-nose/django-nose/master.svg +.. image:: https://img.shields.io/coveralls/jazzband/django-nose/master.svg :alt: Coveralls Test Coverage - :target: https://coveralls.io/r/django-nose/django-nose?branch=master + :target: https://coveralls.io/r/jazzband/django-nose?branch=master + +.. image:: https://jazzband.co/static/img/badge.svg + :alt: Jazzband + :target: https://jazzband.co/ .. Omit badges from docs @@ -48,10 +52,26 @@ * Django 1.11 (LTS) with Python 2.7, 3.4, 3.5, or 3.6 * Django 2.0 with Python 3.4, 3.5, 3.6, or 3.7 * Django 2.1 with Python 3.5, 3.6, or 3.7 +* Django 2.2 with Python 3.5, 3.6, or 3.7 .. _latest release: https://pypi.python.org/pypi/nose .. _Django's support policy: https://docs.djangoproject.com/en/1.8/internals/release-process/#supported-versions + +Note to users +------------- + +`nose`_ has been in maintenance mode since at least 2015. ``django-nose`` is in +maintenance mode as well, and the sole maintainer is no longer an active user. +See `Jazzband.co`_ to learn how ``django-nose`` is maintained and how you can +help. New projects should consider using `pytest`_, or `unittest`_ with the +`Django testing framework`_. + +.. _Jazzband.co: https://jazzband.co +.. _pytest: https://docs.pytest.org/en/stable/ +.. _unittest: https://docs.python.org/3/library/unittest.html +.. _Django testing framework: https://docs.djangoproject.com/en/3.1/topics/testing/ + Installation ------------ @@ -65,7 +85,7 @@ .. code-block:: shell - $ pip install -e git://github.com/django-nose/django-nose.git#egg=django-nose + $ pip install -e git://github.com/jazzband/django-nose.git#egg=django-nose Since django-nose extends Django's built-in test command, you should add it to your ``INSTALLED_APPS`` in ``settings.py``: @@ -86,6 +106,6 @@ Development ----------- -:Code: https://github.com/django-nose/django-nose -:Issues: https://github.com/django-nose/django-nose/issues?state=open +:Code: https://github.com/jazzband/django-nose +:Issues: https://github.com/jazzband/django-nose/issues?state=open :Docs: https://django-nose.readthedocs.io diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/django-nose-1.4.6/changelog.rst new/django-nose-1.4.7/changelog.rst --- old/django-nose-1.4.6/changelog.rst 2018-10-03 23:23:41.000000000 +0200 +++ new/django-nose-1.4.7/changelog.rst 2020-08-20 04:34:22.000000000 +0200 @@ -1,6 +1,14 @@ Changelog --------- +1.4.7 (2020-08-19) +~~~~~~~~~~~~~~~~~~ +* Document Django 2.2 support, no changes needed +* Move project to `Jazzband.co <https://jazzband.co>`_ +* Fix fixture loading on MySQL + (`issue 307 <https://github.com/jazzband/django-nose/issues/307>`_, + `dlareau <https://github.com/dlareau>`_) + 1.4.6 (2018-10-03) ~~~~~~~~~~~~~~~~~~ * Document Django 2.0 and 2.1 support, no changes needed diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/django-nose-1.4.6/contribute.json new/django-nose-1.4.7/contribute.json --- old/django-nose-1.4.6/contribute.json 2015-07-17 20:50:30.000000000 +0200 +++ new/django-nose-1.4.7/contribute.json 2020-08-20 04:34:22.000000000 +0200 @@ -2,17 +2,17 @@ "name": "django-nose", "description": "Django test runner using nose.", "repository": { - "url": "https://github.com/django-nose/django-nose", + "url": "https://github.com/jazzband/django-nose", "license": "BSD", - "tests": "https://travis-ci.org/django-nose/django-nose" + "tests": "https://travis-ci.org/jazzband/django-nose" }, "participate": { - "home": "https://github.com/django-nose/django-nose", - "docs": "https://github.com/django-nose/django-nose" + "home": "https://github.com/jazzband/django-nose", + "docs": "https://github.com/jazzband/django-nose" }, "bugs": { - "list": "https://github.com/django-nose/django-nose/issues", - "report": "https://github.com/django-nose/django-nose/issues/new" + "list": "https://github.com/jazzband/django-nose/issues", + "report": "https://github.com/jazzband/django-nose/issues/new" }, "keywords": [ "django", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/django-nose-1.4.6/django_nose/runner.py new/django-nose-1.4.7/django_nose/runner.py --- old/django-nose-1.4.6/django_nose/runner.py 2017-08-22 21:18:34.000000000 +0200 +++ new/django-nose-1.4.7/django_nose/runner.py 2020-08-20 04:34:22.000000000 +0200 @@ -320,7 +320,6 @@ monkeypatched into place in setup_databases(). """ using = options.get('database', DEFAULT_DB_ALIAS) - commit = options.get('commit', True) connection = connections[using] # MySQL stinks at loading circular references: @@ -334,9 +333,6 @@ cursor = connection.cursor() cursor.execute('SET foreign_key_checks = 1') - if commit: - connection.close() - def _skip_create_test_db(self, verbosity=1, autoclobber=False, serialize=True, keepdb=True): diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/django-nose-1.4.6/django_nose.egg-info/PKG-INFO new/django-nose-1.4.7/django_nose.egg-info/PKG-INFO --- old/django-nose-1.4.6/django_nose.egg-info/PKG-INFO 2018-10-03 23:26:48.000000000 +0200 +++ new/django-nose-1.4.7/django_nose.egg-info/PKG-INFO 2020-08-20 04:35:10.000000000 +0200 @@ -1,10 +1,12 @@ -Metadata-Version: 1.1 +Metadata-Version: 1.2 Name: django-nose -Version: 1.4.6 +Version: 1.4.7 Summary: Makes your Django tests simple and snappy -Home-page: http://github.com/django-nose/django-nose -Author: Erik Rose -Author-email: [email protected] +Home-page: http://github.com/jazzband/django-nose +Author: Jeff Balogh +Author-email: [email protected] +Maintainer: John Whitlock +Maintainer-email: [email protected] License: BSD Description: =========== @@ -44,10 +46,26 @@ * Django 1.11 (LTS) with Python 2.7, 3.4, 3.5, or 3.6 * Django 2.0 with Python 3.4, 3.5, 3.6, or 3.7 * Django 2.1 with Python 3.5, 3.6, or 3.7 + * Django 2.2 with Python 3.5, 3.6, or 3.7 .. _latest release: https://pypi.python.org/pypi/nose .. _Django's support policy: https://docs.djangoproject.com/en/1.8/internals/release-process/#supported-versions + + Note to users + ------------- + + `nose`_ has been in maintenance mode since at least 2015. ``django-nose`` is in + maintenance mode as well, and the sole maintainer is no longer an active user. + See `Jazzband.co`_ to learn how ``django-nose`` is maintained and how you can + help. New projects should consider using `pytest`_, or `unittest`_ with the + `Django testing framework`_. + + .. _Jazzband.co: https://jazzband.co + .. _pytest: https://docs.pytest.org/en/stable/ + .. _unittest: https://docs.python.org/3/library/unittest.html + .. _Django testing framework: https://docs.djangoproject.com/en/3.1/topics/testing/ + Installation ------------ @@ -61,7 +79,7 @@ .. code-block:: shell - $ pip install -e git://github.com/django-nose/django-nose.git#egg=django-nose + $ pip install -e git://github.com/jazzband/django-nose.git#egg=django-nose Since django-nose extends Django's built-in test command, you should add it to your ``INSTALLED_APPS`` in ``settings.py``: @@ -82,14 +100,22 @@ Development ----------- - :Code: https://github.com/django-nose/django-nose - :Issues: https://github.com/django-nose/django-nose/issues?state=open + :Code: https://github.com/jazzband/django-nose + :Issues: https://github.com/jazzband/django-nose/issues?state=open :Docs: https://django-nose.readthedocs.io Changelog --------- + 1.4.7 (2020-08-19) + ~~~~~~~~~~~~~~~~~~ + * Document Django 2.2 support, no changes needed + * Move project to `Jazzband.co <https://jazzband.co>`_ + * Fix fixture loading on MySQL + (`issue 307 <https://github.com/jazzband/django-nose/issues/307>`_, + `dlareau <https://github.com/dlareau>`_) + 1.4.6 (2018-10-03) ~~~~~~~~~~~~~~~~~~ * Document Django 2.0 and 2.1 support, no changes needed @@ -181,7 +207,7 @@ _(Older changes can be found in the full documentation)._ -Keywords: d,j,a,n,g,o, ,n,o,s,e, ,d,j,a,n,g,o,-,n,o,s,e +Keywords: django nose django-nose Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable Classifier: Environment :: Web Environment @@ -192,6 +218,7 @@ Classifier: Framework :: Django :: 1.11 Classifier: Framework :: Django :: 2.0 Classifier: Framework :: Django :: 2.1 +Classifier: Framework :: Django :: 2.2 Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: BSD License Classifier: Operating System :: OS Independent diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/django-nose-1.4.6/docs/installation.rst new/django-nose-1.4.7/docs/installation.rst --- old/django-nose-1.4.6/docs/installation.rst 2015-07-17 20:50:30.000000000 +0200 +++ new/django-nose-1.4.7/docs/installation.rst 2020-08-20 04:34:22.000000000 +0200 @@ -11,7 +11,7 @@ .. code-block:: shell - $ pip install -e git://github.com/django-nose/django-nose.git#egg=django-nose + $ pip install -e git://github.com/jazzband/django-nose.git#egg=django-nose Since django-nose extends Django's built-in test command, you should add it to your ``INSTALLED_APPS`` in ``settings.py``: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/django-nose-1.4.6/docs/upgrading.rst new/django-nose-1.4.7/docs/upgrading.rst --- old/django-nose-1.4.6/docs/upgrading.rst 2015-07-17 20:50:30.000000000 +0200 +++ new/django-nose-1.4.7/docs/upgrading.rst 2020-08-20 04:34:22.000000000 +0200 @@ -42,7 +42,7 @@ ~~~~~~~~~~ If you want to use django-nose with Django 1.1, use -https://github.com/django-nose/django-nose/tree/django-1.1 or +https://github.com/jazzband/django-nose/tree/django-1.1 or http://pypi.python.org/pypi/django-nose/0.0.3. Django 1.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/django-nose-1.4.6/docs/usage.rst new/django-nose-1.4.7/docs/usage.rst --- old/django-nose-1.4.6/docs/usage.rst 2017-04-05 01:34:46.000000000 +0200 +++ new/django-nose-1.4.7/docs/usage.rst 2020-08-20 04:34:22.000000000 +0200 @@ -13,9 +13,9 @@ ----------------------- .. warning:: There are several - `open issues <https://github.com/django-nose/django-nose/milestones/Fix%20REUSE_DB=1>`_ + `open issues <https://github.com/jazzband/django-nose/milestones/Fix%20REUSE_DB=1>`_ with this feature, including - `reports of data loss <https://github.com/django-nose/django-nose/issues/76>`_. + `reports of data loss <https://github.com/jazzband/django-nose/issues/76>`_. You can save several seconds at the beginning and end of your test suite by reusing the test database from the last run. To do this, set the environment @@ -36,7 +36,7 @@ ---------------------- .. warning:: There are several - `known issues <https://github.com/django-nose/django-nose/milestones/Fix%20FastFixtureTestCase>`_ + `known issues <https://github.com/jazzband/django-nose/milestones/Fix%20FastFixtureTestCase>`_ with this feature. django-nose includes a fixture bundler which drastically speeds up your tests diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/django-nose-1.4.6/requirements-rtd.txt new/django-nose-1.4.7/requirements-rtd.txt --- old/django-nose-1.4.6/requirements-rtd.txt 2017-04-05 01:34:46.000000000 +0200 +++ new/django-nose-1.4.7/requirements-rtd.txt 2020-08-20 04:34:22.000000000 +0200 @@ -1,5 +1,5 @@ # Requirements for ReadTheDocs # Must be set in the RTD Admin, at: # https://readthedocs.org/dashboard/django-nose/advanced/ -Django>=1.10,<1.11 +Django nose diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/django-nose-1.4.6/requirements.txt new/django-nose-1.4.7/requirements.txt --- old/django-nose-1.4.6/requirements.txt 2018-01-21 16:26:36.000000000 +0100 +++ new/django-nose-1.4.7/requirements.txt 2020-08-20 04:34:22.000000000 +0200 @@ -3,7 +3,7 @@ # # Latest Django -Django>=2.0,<2.1 +Django>=2.2,<3.0 # This project -e . diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/django-nose-1.4.6/runtests.sh new/django-nose-1.4.7/runtests.sh --- old/django-nose-1.4.6/runtests.sh 2016-06-27 15:26:07.000000000 +0200 +++ new/django-nose-1.4.7/runtests.sh 2020-08-20 04:34:22.000000000 +0200 @@ -177,7 +177,7 @@ reset_env export REUSE_DB=1 # For the many issues with REUSE_DB=1, see: -# https://github.com/django-nose/django-nose/milestones/Fix%20REUSE_DB=1 +# https://github.com/jazzband/django-nose/milestones/Fix%20REUSE_DB=1 django_test "./manage.py test $NOINPUT" $TESTAPP_COUNT 'with REUSE_DB=1, call #1' 'can fail' django_test "./manage.py test $NOINPUT" $TESTAPP_COUNT 'with REUSE_DB=1, call #2' 'can fail' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/django-nose-1.4.6/setup.py new/django-nose-1.4.7/setup.py --- old/django-nose-1.4.6/setup.py 2018-10-03 23:23:41.000000000 +0200 +++ new/django-nose-1.4.7/setup.py 2020-08-20 04:34:22.000000000 +0200 @@ -1,3 +1,5 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- """django-nose packaging.""" from __future__ import unicode_literals import os @@ -37,14 +39,14 @@ setup( name='django-nose', - version='1.4.6', + version='1.4.7', description='Makes your Django tests simple and snappy', long_description=get_long_description('django-nose'), author='Jeff Balogh', author_email='[email protected]', - maintainer='Erik Rose', - maintainer_email='[email protected]', - url='http://github.com/django-nose/django-nose', + maintainer='John Whitlock', + maintainer_email='[email protected]', + url='http://github.com/jazzband/django-nose', license='BSD', packages=find_packages(exclude=['testapp', 'testapp/*']), include_package_data=True, @@ -72,6 +74,7 @@ 'Framework :: Django :: 1.11', 'Framework :: Django :: 2.0', 'Framework :: Django :: 2.1', + 'Framework :: Django :: 2.2', 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent',
