Hello community,

here is the log from the commit of package python-Epsilon for openSUSE:Factory 
checked in at 2015-04-23 08:03:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Epsilon (Old)
 and      /work/SRC/openSUSE:Factory/.python-Epsilon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Epsilon"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Epsilon/python-Epsilon.changes    
2013-10-25 11:15:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-Epsilon.new/python-Epsilon.changes       
2015-04-23 08:03:51.000000000 +0200
@@ -1,0 +2,25 @@
+Tue Apr 21 19:22:51 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to 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 Twisted for egg_info, making it
+    easier to install Epsilon using pip.
+  * Significant improvements to PyPy support. PyPy is now a
+    supported platform, with CI support.
+  * epsilon.release is now removed. It relied on a bunch of
+    machinery specific to divmod that no longer existed
+  * epsilon.sslverify is now removed. Use twisted.internet.ssl
+    instead
+  * epsilon.asTwistedVersion takes a string version ("1.2.3") and
+    turns it into a twisted.python.versions.Version
+  * Several deprecation warnings have been cleaned up
+- update URL to project home page
+- add %{version} in Source URL
+- update Twisted version requirement
+- add LICENSE to package documentation
+- fix end-of-line in NAME.txt
+
+-------------------------------------------------------------------

Old:
----
  Epsilon-0.6.0.tar.gz

New:
----
  Epsilon-0.7.0.tar.gz

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

Other differences:
------------------
++++++ python-Epsilon.spec ++++++
--- /var/tmp/diff_new_pack.K5J4Qf/_old  2015-04-23 08:03:51.000000000 +0200
+++ /var/tmp/diff_new_pack.K5J4Qf/_new  2015-04-23 08:03:51.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Epsilon
 #
-# Copyright (c) 2013 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,17 +17,17 @@
 
 
 Name:           python-Epsilon
-Version:        0.6.0
+Version:        0.7.0
 Release:        0
 Summary:        Divmod utility package
 License:        MIT
 Group:          Development/Languages/Python
-Url:            http://www.divmod.org/trac/wiki/DivmodEpsilon
-Source0:        
http://pypi.python.org/packages/source/E/Epsilon/Epsilon-0.6.0.tar.gz
-BuildRequires:  python-Twisted >= 2.1.1
+Url:            https://github.com/twisted/epsilon
+Source0:        
http://pypi.python.org/packages/source/E/Epsilon/Epsilon-%{version}.tar.gz
+BuildRequires:  python-Twisted >= 13.2.0
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
-Requires:       python-Twisted >= 2.1.1
+Requires:       python-Twisted >= 13.2.0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
@@ -53,6 +53,8 @@
 
 %prep
 %setup -n Epsilon-%{version} -q
+# fix end-of-line
+sed -i 's/\r//' NAME.txt
 
 %build
 python setup.py build
@@ -63,7 +65,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README NAME.txt NEWS.txt
+%doc LICENSE README NAME.txt NEWS.txt
 %{python_sitelib}/*
 
 %changelog

++++++ Epsilon-0.6.0.tar.gz -> Epsilon-0.7.0.tar.gz ++++++
++++ 2214 lines of diff (skipped)


Reply via email to