- Update to 0.2.12:
+ Fixed a corner case where depending on the order of events when
installing multiple packages (i.e. when installing packages
with dependencies, some of which might also use d2to1) would
end up calling the incorrect Distribution class (the patched
version from setuptools, where d2to1 needs to get to the
unpatched version from distutils for some cases).
+ Upgraded bundled copy of the six module to the current version
(1.9.0). This fixes incompatibility between d2to1 and other
packages that import different versions of six during their
setup (the older version of six had a habit of fighting with
other six instances over sys.modules, which is fixed in newer
versions).
+ Upgraded to latest ez_setup.py so that the most up to date
version of setuptools will be correctly bootstrapped in the
rare cases that it is needed.
+ Included some miscellaneous hacks to keep d2to1 working,
nominally, with Python 2.5 despite the broad move away from
Python 2.5 support in the Python community. The d2to1 v0.2.x
releases will be the last to continue Python 2.5 support,
given that testing it has become more difficult (and the
overhead is probably no longer worth it).
OBS-URL: https://build.opensuse.org/request/show/374040
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-d2to1?expand=0&rev=14
78 lines
3.4 KiB
Plaintext
78 lines
3.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Mar 16 21:22:46 UTC 2016 - antoine.belvire@laposte.net
|
|
|
|
- Update to 0.2.12:
|
|
+ Fixed a corner case where depending on the order of events when
|
|
installing multiple packages (i.e. when installing packages
|
|
with dependencies, some of which might also use d2to1) would
|
|
end up calling the incorrect Distribution class (the patched
|
|
version from setuptools, where d2to1 needs to get to the
|
|
unpatched version from distutils for some cases).
|
|
+ Upgraded bundled copy of the six module to the current version
|
|
(1.9.0). This fixes incompatibility between d2to1 and other
|
|
packages that import different versions of six during their
|
|
setup (the older version of six had a habit of fighting with
|
|
other six instances over sys.modules, which is fixed in newer
|
|
versions).
|
|
+ Upgraded to latest ez_setup.py so that the most up to date
|
|
version of setuptools will be correctly bootstrapped in the
|
|
rare cases that it is needed.
|
|
+ Included some miscellaneous hacks to keep d2to1 working,
|
|
nominally, with Python 2.5 despite the broad move away from
|
|
Python 2.5 support in the Python community. The d2to1 v0.2.x
|
|
releases will be the last to continue Python 2.5 support,
|
|
given that testing it has become more difficult (and the
|
|
overhead is probably no longer worth it).
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 7 12:38:56 UTC 2013 - speilicke@suse.com
|
|
|
|
- Fix changes format of first entry from local timezone (UTC+4) to UTC
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 16 09:54:08 UTC 2013 - speilicke@suse.com
|
|
|
|
- Update to version 0.2.11
|
|
+ Replaced distribute_setup.py with ez_setup.py in order to bootstrap
|
|
with modern setuptools when necessary.
|
|
+ Fixed a couple minor Python 3-specific issues. In particular the
|
|
data_files option could be passed to setup() as a dict_items
|
|
object instead of a list which is what would normally be expected.
|
|
+ Added a tox.ini (frankly I thought there already was one).
|
|
- Switch back to setuptools after distribute merge
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 18 13:23:06 UTC 2013 - speilicke@suse.com
|
|
|
|
- Fix changelog, cleanup spec-file
|
|
- Run testsuite
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 9 10:08:57 UTC 2013 - matwey.kornilov@gmail.com
|
|
|
|
- Update to version 0.2.10:
|
|
+ Added support for the seutp-requires-dist option in the [metadata]
|
|
section of setup.cfg. This is analogous to the Setup-Requires-Dist metadata
|
|
field supported by PEP-426 and uses the setup_requires argument to
|
|
setuptools' setup() to implement it.
|
|
+ Added support for the dependency_links and include_package_data
|
|
arguments to setuptools' setup() in the [backwards_compat] section of
|
|
setup.cfg.
|
|
+ When a setup_hook calls sys.exit() don't show a traceback for the
|
|
SystemExit exception.
|
|
+ Fixed a bug in the exception formatting when exceptions occur in setup.cfg
|
|
handling.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 21 03:07:01 UTC 2012 - highwaystar.ru@gmail.com
|
|
|
|
- update to new release 0.2.7
|
|
- python3 package added
|
|
- spec improved
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 03 07:49:53 UTC 2011 - matwey.kornilov@gmail.com
|
|
|
|
- initial version
|
|
|