12
0
forked from pool/python-apipkg

Accepting request 379944 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/379944
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apipkg?expand=0&rev=2
This commit is contained in:
2016-03-26 14:29:43 +00:00
committed by Git OBS Bridge
parent f23293308a
commit 1892089336
4 changed files with 33 additions and 11 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Mar 11 08:37:01 UTC 2016 - tbechtold@suse.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 10:05:35 UTC 2012 - saschpe@suse.de