Hello community,

here is the log from the commit of package python-pipreqs for openSUSE:Factory 
checked in at 2020-03-27 00:28:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pipreqs (Old)
 and      /work/SRC/openSUSE:Factory/.python-pipreqs.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pipreqs"

Fri Mar 27 00:28:48 2020 rev:2 rq:787757 version:0.4.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pipreqs/python-pipreqs.changes    
2019-03-05 12:20:28.976929974 +0100
+++ /work/SRC/openSUSE:Factory/.python-pipreqs.new.3160/python-pipreqs.changes  
2020-03-27 00:28:49.656364096 +0100
@@ -1,0 +2,6 @@
+Tue Mar 24 10:47:46 UTC 2020 - pgaj...@suse.com
+
+- version update to 0.4.10
+  * bugfix: f.close() only required if open succeeded
+
+-------------------------------------------------------------------

Old:
----
  pipreqs-0.4.9.tar.gz

New:
----
  pipreqs-0.4.10.tar.gz

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

Other differences:
------------------
++++++ python-pipreqs.spec ++++++
--- /var/tmp/diff_new_pack.TDWy1n/_old  2020-03-27 00:28:50.184364363 +0100
+++ /var/tmp/diff_new_pack.TDWy1n/_new  2020-03-27 00:28:50.184364363 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pipreqs
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,18 +18,19 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pipreqs
-Version:        0.4.9
+Version:        0.4.10
 Release:        0
 Summary:        Pip requirements generator based on imports in project
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://github.com/bndr/pipreqs
 Source:         
https://files.pythonhosted.org/packages/source/p/pipreqs/pipreqs-%{version}.tar.gz
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module nose}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-docopt
+Requires:       python-setuptools
 Requires:       python-yarg
 BuildArch:      noarch
 # SECTION test requirements
@@ -53,8 +54,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-# Ignore four tests that require network access
-%python_exec -m nose -e 'test_(get_imports_info|ignored_directory|init_)'
+# Ignore tests that require network access
+%pytest -k 'not (test_get_imports_info or test_ignored_directory or test_init 
or test_init_overwrite or teset_init_savepath or test_omit_version)'
 
 %files %{python_files}
 %doc AUTHORS.rst README.rst

++++++ pipreqs-0.4.9.tar.gz -> pipreqs-0.4.10.tar.gz ++++++
++++ 1736 lines of diff (skipped)


Reply via email to