Hello community,

here is the log from the commit of package python-Axiom for openSUSE:Factory 
checked in at 2015-04-25 09:52:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Axiom (Old)
 and      /work/SRC/openSUSE:Factory/.python-Axiom.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Axiom"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Axiom/python-Axiom.changes        
2012-12-14 10:41:34.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-Axiom.new/python-Axiom.changes   
2015-04-25 11:23:03.000000000 +0200
@@ -1,0 +2,45 @@
+Tue Apr 21 18:51:12 UTC 2015 - [email protected]
+
+- update to 0.7.3:
+  * Fix another major issue involving a bad interaction between
+    legacy items (mainly in upgraders), and object lifetimes
+- additional changes from version 0.7.2:
+  * Fix a major issue involving a bad interaction between weakref
+    semantics and the item cache
+- additional changes from version 0.7.1:
+  * Fix some packaging issues that led to some important files
+    being missing from the 0.7.0 release
+  * Uses of the deprecated unsignedID and isWinNT Twisted APIs have
+    been removed
+- additional changes from version 0.7.0:
+  * Only Python 2.6 and 2.7 are supported now. 2.4, 2.5 is
+    deprecated
+  * setup.py now uses setuptools, and stores its dependencies.
+    This means you no longer need to manually install dependencies
+  * setup.py no longer requires Epsilon for egg_info, making it
+    easier to install Axiom using pip.
+  * Significant improvements to PyPy support. PyPy is now a
+    supported platform, with CI support.
+  * Axiom now uses the stdlib sqlite3 if pysqlite2 is not available
+  * Passing a string to SubStore.createNew now raises an exception
+    instead of silently almost certainly doing the wrong thing
+  * Setting an integer value that is too negative will now raise
+    an exception
+  * __conform__ (interface adaptation) now also works for items
+    that are not in a store
+  * Starting the store service now automatically activates the
+    scheduler service as well
+  * Batch processing can now be triggered by adding remote work
+  * Startup performance for stores with many legacy type
+    declarations is improved
+  * Several benchmarks were added
+  * Many internal cleanups
+- update URL to project home page
+- add %{version} in Source URL
+- update Epsilon and Twisted version requirement
+- add setuptools as a new build requirement
+- add LICENSE and README.txt to package documentation
+- fix end-of-line in NAME.txt
+- remove deleted dropin* from package files
+
+-------------------------------------------------------------------

Old:
----
  Axiom-0.6.0.tar.gz

New:
----
  Axiom-0.7.3.tar.gz

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

Other differences:
------------------
++++++ python-Axiom.spec ++++++
--- /var/tmp/diff_new_pack.KqoSCb/_old  2015-04-25 11:23:04.000000000 +0200
+++ /var/tmp/diff_new_pack.KqoSCb/_new  2015-04-25 11:23:04.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package python
+# spec file for package python-Axiom
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,20 +17,21 @@
 
 
 Name:           python-Axiom
-Version:        0.6.0
+Version:        0.7.3
 Release:        0
-Url:            http://www.divmod.org/trac/wiki/DivmodAxiom
+Url:            https://github.com/twisted/axiom
 Summary:        An in-process object-relational database
 License:        MIT
 Group:          Development/Languages/Python
-Source:         
http://pypi.python.org/packages/source/A/Axiom/Axiom-0.6.0.tar.gz
+Source:         
http://pypi.python.org/packages/source/A/Axiom/Axiom-%{version}.tar.gz
+BuildRequires:  python-Epsilon >= 0.7.0
+BuildRequires:  python-Twisted >= 13.2.0
 BuildRequires:  python-devel
-BuildRequires:  python-Epsilon >= 0.4.0
-BuildRequires:  python-Twisted >= 2.1.1
+BuildRequires:  python-setuptools
 BuildRequires:  python-sqlite2
 BuildRequires:  python-xml
-Requires:       python-Epsilon >= 0.4.0
-Requires:       python-Twisted >= 2.1.1
+Requires:       python-Epsilon >= 0.7.0
+Requires:       python-Twisted >= 13.2.0
 Requires:       python-sqlite2
 Requires:       python-xml
 Requires:       sqlite
@@ -59,6 +60,8 @@
 
 %prep
 %setup -n Axiom-%{version} -q
+# fix end-of-line
+sed -i 's/\r//' NAME.txt
 
 %build
 python setup.py build
@@ -68,12 +71,11 @@
 
 %files
 %defattr(-,root,root,-)
-%doc NAME.txt
+%doc LICENSE NAME.txt README.txt
 %{_bindir}/axiomatic
 %{python_sitelib}/Axiom-%{version}-*.egg-info
 %{python_sitelib}/axiom/
 %{python_sitelib}/twisted/plugins/axiom*
-%{python_sitelib}/twisted/plugins/dropin*
 %dir %{python_sitelib}/twisted/
 %dir %{python_sitelib}/twisted/plugins/
 

++++++ Axiom-0.6.0.tar.gz -> Axiom-0.7.3.tar.gz ++++++
++++ 2753 lines of diff (skipped)


Reply via email to