Hello community,

here is the log from the commit of package python3-autopep8 for 
openSUSE:Factory checked in at 2014-05-13 20:47:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-autopep8 (Old)
 and      /work/SRC/openSUSE:Factory/.python3-autopep8.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-autopep8"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-autopep8/python3-autopep8.changes        
2013-12-03 12:33:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-autopep8.new/python3-autopep8.changes   
2014-05-13 20:47:37.000000000 +0200
@@ -1,0 +2,12 @@
+Fri May  9 09:43:05 UTC 2014 - [email protected]
+
+- Update to 1.0.2:
+  + Upstream provides no changelog
+- Update to 1.0.1
+- Update to 1.0.0
+- Update to 0.9.7
+- Update to 0.9.6
+- Fix UnicodeDecodeError in unittests
+- Only ghost /etc/alternatives on 12.3 or newer
+
+-------------------------------------------------------------------

Old:
----
  autopep8-0.9.5.tar.gz

New:
----
  autopep8-1.0.2.tar.gz

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

Other differences:
------------------
++++++ python3-autopep8.spec ++++++
--- /var/tmp/diff_new_pack.W4EJDz/_old  2014-05-13 20:47:38.000000000 +0200
+++ /var/tmp/diff_new_pack.W4EJDz/_new  2014-05-13 20:47:38.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-autopep8
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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,7 +17,7 @@
 
 
 Name:           python3-autopep8
-Version:        0.9.5
+Version:        1.0.2
 Release:        0
 Url:            https://github.com/hhatto/autopep8
 Summary:        Automatic generated to pep8 checked code
@@ -51,6 +51,8 @@
 ln -s %{_bindir}/autopep8-%{py3_ver} %{buildroot}%{_bindir}/autopep8
 
 %check
+# need to set locale to avoid UnicodeEncodeError
+export LANG="en_US.UTF-8"
 python3 setup.py test
 
 %pre
@@ -71,7 +73,9 @@
 %defattr(-,root,root,-)
 %doc README.rst
 %ghost %{_bindir}/autopep8
+%if 0%{?suse_version} >= 1230
 %ghost %{_sysconfdir}/alternatives/autopep8
+%endif
 %{_bindir}/autopep8-%{py3_ver}
 %{python3_sitelib}/autopep8.py*
 %{python3_sitelib}/autopep8-%{version}-py%{py3_ver}.egg-info

++++++ autopep8-0.9.5.tar.gz -> autopep8-1.0.2.tar.gz ++++++
++++ 11829 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to