Hello community,

here is the log from the commit of package python-pylibmc for openSUSE:Factory 
checked in at 2020-09-10 22:47:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pylibmc (Old)
 and      /work/SRC/openSUSE:Factory/.python-pylibmc.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pylibmc"

Thu Sep 10 22:47:30 2020 rev:8 rq:832965 version:1.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pylibmc/python-pylibmc.changes    
2019-09-23 12:05:11.529927345 +0200
+++ /work/SRC/openSUSE:Factory/.python-pylibmc.new.4249/python-pylibmc.changes  
2020-09-10 22:47:42.667805342 +0200
@@ -1,0 +2,7 @@
+Tue Sep  8 10:54:30 UTC 2020 - [email protected]
+
+- added patches
+  https://github.com/lericson/pylibmc/pull/263
+  + python-pylibmc-remove-nose.patch
+
+-------------------------------------------------------------------

New:
----
  python-pylibmc-remove-nose.patch

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

Other differences:
------------------
++++++ python-pylibmc.spec ++++++
--- /var/tmp/diff_new_pack.fDLg3Z/_old  2020-09-10 22:47:45.227807701 +0200
+++ /var/tmp/diff_new_pack.fDLg3Z/_new  2020-09-10 22:47:45.231807705 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pylibmc
 #
-# 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
@@ -25,8 +25,10 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/lericson/pylibmc
 Source:         
https://files.pythonhosted.org/packages/source/p/pylibmc/pylibmc-%{version}.tar.gz
+# https://github.com/lericson/pylibmc/pull/263
+Patch0:         python-pylibmc-remove-nose.patch
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  libmemcached-devel
@@ -45,6 +47,7 @@
 
 %prep
 %setup -q -n pylibmc-%{version}
+%patch0 -p1
 
 %build
 export CFLAGS="%{optflags}"
@@ -57,10 +60,7 @@
 %check
 %{_sbindir}/memcached &
 pid=$!
-export NOSE_IGNORE_CONFIG_FILES=1
-%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
-nosetests-%{$python_bin_suffix} tests
-}
+%pytest_arch
 kill $pid
 
 %files %{python_files}

++++++ python-pylibmc-remove-nose.patch ++++++
++++ 606 lines (skipped)


Reply via email to