Hello community,

here is the log from the commit of package python-apipkg for openSUSE:Factory 
checked in at 2016-03-26 15:29:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-apipkg (Old)
 and      /work/SRC/openSUSE:Factory/.python-apipkg.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-apipkg"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-apipkg/python-apipkg.changes      
2016-03-18 21:39:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-apipkg.new/python-apipkg.changes 
2016-03-26 18:12:20.000000000 +0100
@@ -1,0 +2,20 @@
+Fri Mar 11 08:37:01 UTC 2016 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  apipkg-1.2.zip

New:
----
  apipkg-1.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-apipkg.spec ++++++
--- /var/tmp/diff_new_pack.MI3oo5/_old  2016-03-26 18:12:22.000000000 +0100
+++ /var/tmp/diff_new_pack.MI3oo5/_new  2016-03-26 18:12:22.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-apipkg
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -13,17 +13,19 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:           python-apipkg
-Version:        1.2
+Version:        1.4
 Release:        0
-License:        MIT
 Summary:        Namespace control and lazy-import mechanism
-Url:            http://bitbucket.org/hpk42/apipkg
+License:        MIT
 Group:          Development/Languages/Python
-Source:         
http://pypi.python.org/packages/source/a/apipkg/apipkg-%{version}.zip
+Url:            http://bitbucket.org/hpk42/apipkg
+Source:         
http://pypi.python.org/packages/source/a/apipkg/apipkg-%{version}.tar.gz
 BuildRequires:  python-devel
+BuildRequires:  python-setuptools
 BuildRequires:  unzip
 # Testsuite BuildRequires:
 #BuildRequires:  python-nose
@@ -62,7 +64,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README.txt
+%doc README.txt LICENSE
 %{python_sitelib}/*
 
 %changelog


Reply via email to