Hello community,

here is the log from the commit of package python-bugzilla for openSUSE:Factory 
checked in at 2018-08-24 17:11:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-bugzilla (Old)
 and      /work/SRC/openSUSE:Factory/.python-bugzilla.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-bugzilla"

Fri Aug 24 17:11:59 2018 rev:26 rq:631173 version:2.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-bugzilla/python-bugzilla.changes  
2018-05-08 13:39:15.561396427 +0200
+++ /work/SRC/openSUSE:Factory/.python-bugzilla.new/python-bugzilla.changes     
2018-08-24 17:11:59.790634417 +0200
@@ -1,0 +2,11 @@
+Thu Aug 16 09:32:14 UTC 2018 - [email protected]
+
+- Update to 2.2.0:
+  - Port tests to pytest
+  - cli: --cert Client side certificate support (Tobias Wolter)
+  - cli: add ability to post comment while sending attachment (Jeff Mahoney)
+  - cli: Add --comment-tag option
+  - cli: Add info --active-components
+  - Add a raw Product.get wrapper API 
+
+-------------------------------------------------------------------

Old:
----
  python-bugzilla-2.1.0.tar.gz

New:
----
  _service
  python-bugzilla-2.2.0.tar.gz

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

Other differences:
------------------
++++++ python-bugzilla.spec ++++++
--- /var/tmp/diff_new_pack.fdqd6q/_old  2018-08-24 17:12:00.234634946 +0200
+++ /var/tmp/diff_new_pack.fdqd6q/_new  2018-08-24 17:12:00.238634951 +0200
@@ -19,15 +19,17 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:           python-bugzilla
-Version:        2.1.0
+Version:        2.2.0
 Release:        0
 Summary:        Python library for Bugzilla
 License:        GPL-2.0-or-later
 Group:          Development/Libraries/Python
 URL:            https://github.com/python-bugzilla/python-bugzilla
 Source:         
https://files.pythonhosted.org/packages/source/p/python-bugzilla/python-bugzilla-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module requests}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-requests
 Requires(post): update-alternatives
@@ -47,6 +49,7 @@
 
 %prep
 %setup -q
+sed -i -e '1{/^#!\/usr\/bin\/env python/d}' bugzilla/_cli.py
 
 %build
 export CFLAGS="%{optflags}"
@@ -56,6 +59,7 @@
 %python_install
 %python_clone -a %{buildroot}%{_bindir}/bugzilla
 %python_clone -a %{buildroot}%{_mandir}/man1/bugzilla.1
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %post
 %{python_install_alternative bugzilla bugzilla.1}
@@ -63,6 +67,9 @@
 %postun
 %python_uninstall_alternative bugzilla
 
+%check
+%python_expand py.test-%{$python_version}
+
 %files %{python_files}
 %defattr(-,root,root,-)
 %python_alternative %{_bindir}/bugzilla

++++++ _service ++++++
<services>
  <service name="download_files" mode="localonly"/>
</services>++++++ python-bugzilla-2.1.0.tar.gz -> python-bugzilla-2.2.0.tar.gz 
++++++
++++ 9544 lines of diff (skipped)


Reply via email to