Changelog for
python2-apipkg-1.5-5.3.noarch.rpm :
Tue Feb 12 13:00:00 2019 Tomáš Chvátal
- Add patch to fix build with pytest newer than 4:
* pytest4.patch
Sun Aug 5 14:00:00 2018 mimi.vxAATTgmail.com
- update to 1.5
- fixed dependencies
* switch to setuptools_scm
* avoid dict iteration (fixes issue on python3)
* preserve __package__ - ths gets us better pep 302 compliance
Thu Apr 27 14:00:00 2017 aloisioAATTgmx.com
- Fixed source URL
Fri Apr 21 14:00:00 2017 aloisioAATTgmx.com
- Converted to single-spec
- Enabled tests
Fri Mar 11 13:00:00 2016 tbechtoldAATTsuse.com
- update to 1.4:
- revert the automated version gathering
- fix issue2 - adapt tests on Jython
- handle jython __pkgpath__ missabstraction when running python from jar files
- alias modules pointing to unimportable modules will return None for
all their attributes instead of raising ImportError. This addresses
python3.4 where any call to getframeinfo() can choke on sys.modules
contents if pytest is not installed (because py.test.
* imports it).
- introduce apipkg.distribution_version(name) as helper to
obtain the current version number of a package from install metadata
its used by default with the package name
- add an eagerloading option and eagerload automatically
if bpython is used (workaround for their monkeypatching)
- Switch to use .tar.gz sdist instead of zip
- Install LICENSE
- BuildRequires python-setuptools
Tue Nov 20 13:00:00 2012 saschpeAATTsuse.de
- Initial version