Hello community,

here is the log from the commit of package python3-Beaker for openSUSE:Factory 
checked in at 2015-04-27 13:05:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-Beaker (Old)
 and      /work/SRC/openSUSE:Factory/.python3-Beaker.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-Beaker"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-Beaker/python3-Beaker.changes    
2015-04-25 21:51:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Beaker.new/python3-Beaker.changes       
2015-04-27 13:05:17.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Apr 25 19:11:10 UTC 2015 - [email protected]
+
+- add fdupes as BuildRequires and call it after install
+- switch from distribute to setuptools
+- do not delete the first line of pbkdf2.py: fixed upstream
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python3-Beaker.spec ++++++
--- /var/tmp/diff_new_pack.kdinoi/_old  2015-04-27 13:05:17.000000000 +0200
+++ /var/tmp/diff_new_pack.kdinoi/_new  2015-04-27 13:05:17.000000000 +0200
@@ -25,8 +25,9 @@
 Group:          Development/Languages/Python
 Source:         
http://pypi.python.org/packages/source/B/Beaker/Beaker-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  fdupes
 BuildRequires:  python3-devel
-BuildRequires:  python3-distribute
+BuildRequires:  python3-setuptools
 BuildArch:      noarch
 
 %description
@@ -62,13 +63,13 @@
 
 %prep
 %setup -q -n Beaker-%{version}
-sed -i "1d" beaker/crypto/pbkdf2.py # Fix non-executable script
 
 %build
 python3 setup.py build
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%fdupes %buildroot/%_prefix
 
 %files
 %defattr(-,root,root,-)


Reply via email to