Hello community,

here is the log from the commit of package python-coverage for openSUSE:Factory 
checked in at 2018-07-21 10:08:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-coverage (Old)
 and      /work/SRC/openSUSE:Factory/.python-coverage.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-coverage"

Sat Jul 21 10:08:28 2018 rev:35 rq:623455 version:4.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-coverage/python-coverage.changes  
2018-02-21 14:07:29.778778427 +0100
+++ /work/SRC/openSUSE:Factory/.python-coverage.new/python-coverage.changes     
2018-07-21 10:08:33.519193596 +0200
@@ -1,0 +2,5 @@
+Tue Jul 17 13:30:37 UTC 2018 - [email protected]
+
+- Bumpy the URL to point to github rather than to docs
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-coverage.spec ++++++
--- /var/tmp/diff_new_pack.uvhVzd/_old  2018-07-21 10:08:34.479193375 +0200
+++ /var/tmp/diff_new_pack.uvhVzd/_new  2018-07-21 10:08:34.479193375 +0200
@@ -20,12 +20,11 @@
 Name:           python-coverage
 Version:        4.5.1
 Release:        0
-Url:            http://nedbatchelder.com/code/coverage/%{version}
 Summary:        Code coverage measurement for Python
 License:        Apache-2.0
 Group:          Development/Languages/Python
+URL:            https://github.com/nedbat/coveragepy
 Source:         
https://files.pythonhosted.org/packages/source/c/coverage/coverage-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
@@ -34,10 +33,9 @@
 #BuildRequires:  python-nose
 Requires:       python-setuptools
 Requires:       python-xml
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 Requires(pre):  coreutils
-Requires(post): /usr/sbin/update-alternatives
-Requires(postun): /usr/sbin/update-alternatives
-
 %python_subpackages
 
 %description
@@ -76,9 +74,9 @@
 %postun
 %python_uninstall_alternative coverage
 
-%files %python_files
-%defattr(-,root,root,-)
-%doc CHANGES.rst CONTRIBUTORS.txt README.rst LICENSE.txt TODO.txt howto.txt
+%files %{python_files}
+%license LICENSE.txt
+%doc CHANGES.rst CONTRIBUTORS.txt README.rst TODO.txt howto.txt
 %python_alternative %{_bindir}/coverage
 %python2_only %{_bindir}/coverage2
 %python3_only %{_bindir}/coverage3


Reply via email to