Changelog for
python3-d2to1-0.2.12-8.1.noarch.rpm :
Sun Jul 19 14:00:00 2015 arunAATTgmx.de
- update to version 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) we 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).
Fri Jan 16 13:00:00 2015 arunAATTgmx.de
- specfile:
* remove modname variable
* update source url to pypi
* removed ifdefs for outdated opensuse versions
- 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).
Sat Jan 10 13:00:00 2015 arunAATTgmx.de
- specfile:
* update copyright year
* remove python(abi) requirement
Thu May 9 14:00:00 2013 matwey.kornilovAATTgmail.com
- update to 0.2.10
Thu Sep 6 14:00:00 2012 toddrme2178AATTgmail.com
- Restore BuildRequires: python3 This package depends on hash
algorithms that are only available if python3 is installed,
python3-devel will not pull them in. Building will fail if
BuildRequires: python3 is removed.
Tue Aug 21 14:00:00 2012 highwaystar.ruAATTgmail.com
- python3 package added