Hello community,

here is the log from the commit of package transifex-client for 
openSUSE:Factory checked in at 2014-06-01 19:40:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/transifex-client (Old)
 and      /work/SRC/openSUSE:Factory/.transifex-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "transifex-client"

Changes:
--------
--- /work/SRC/openSUSE:Factory/transifex-client/transifex-client.changes        
2014-03-21 14:14:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.transifex-client.new/transifex-client.changes   
2014-06-01 19:40:50.000000000 +0200
@@ -1,0 +2,8 @@
+Wed May 28 10:59:15 UTC 2014 - tchva...@suse.com
+
+- Version bump to 0.11.beta:
+  * drop our patch of using system-urllib3.patch which broke things
+    as upstream does not really work that way
+  * Enable tests again as upstream tarball now has them.
+
+-------------------------------------------------------------------

Old:
----
  system-urllib3.patch
  transifex-client-0.10.tar.gz

New:
----
  transifex-client-0.11.beta.tar.gz

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

Other differences:
------------------
++++++ transifex-client.spec ++++++
--- /var/tmp/diff_new_pack.KSqzB7/_old  2014-06-01 19:40:53.000000000 +0200
+++ /var/tmp/diff_new_pack.KSqzB7/_new  2014-06-01 19:40:53.000000000 +0200
@@ -16,22 +16,20 @@
 #
 
 
+%define realver 0.11.beta
 Name:           transifex-client
-Version:        0.10
+Version:        0.11~beta
 Release:        0
 Summary:        Transifex Command-line Client
 License:        GPL-2.0+
 Group:          Productivity/Text/Utilities
 Url:            https://github.com/transifex/transifex-client
-Source:         
https://pypi.python.org/packages/source/t/transifex-client/transifex-client-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE: Use system urllib3 rather than bundled one
-Patch0:         system-urllib3.patch
+Source:         
https://pypi.python.org/packages/source/t/transifex-client/%{name}-%{realver}.tar.gz
 BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-# Test requirements:
 BuildRequires:  python-mock
+BuildRequires:  python-setuptools
 BuildRequires:  python-urllib3
-Requires:       python-urllib3
+%{py_requires}
 %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()")}
 %else
@@ -50,20 +48,23 @@
 easily and without much hassle.
 
 %prep
-%setup -q
-%patch0 -p1
+%setup -q -n %{name}-%{realver}
 
 %build
 python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+# remove pem file
+rm %{buildroot}/%{python_sitelib}/txclib/cacert.pem
+
+%check
+python setup.py test
 
 %files
 %defattr(-,root,root)
 %doc README.rst LICENSE
 %{_bindir}/tx
-%{python_sitelib}/txclib
-%{python_sitelib}/transifex_client-%{version}-py%{py_ver}.egg-info
+%{python_sitelib}/*
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to