| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Fix build without python2
- Update to 0.2.21.post1: * no obvious changelog
- Remove superfluous devel dependency for noarch package
- Removed %check (no actual tests to run) - Converted to singlespec
- 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).
- Fix changes format of first entry from local timezone (UTC+4) to UTC
- 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
- Fix changelog, cleanup spec-file - Run testsuite
- 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.
- update to new release 0.2.7 - python3 package added - spec improved
- initial version