Hello community,
here is the log from the commit of package python-python-snappy for
openSUSE:Factory checked in at 2020-08-17 14:40:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-snappy (Old)
and /work/SRC/openSUSE:Factory/.python-python-snappy.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-snappy"
Mon Aug 17 14:40:11 2020 rev:3 rq:827205 version:0.5.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-snappy/python-python-snappy.changes
2019-04-17 10:07:25.282714402 +0200
+++
/work/SRC/openSUSE:Factory/.python-python-snappy.new.3399/python-python-snappy.changes
2020-08-17 14:40:12.854578143 +0200
@@ -1,0 +2,5 @@
+Sun Aug 16 21:22:31 UTC 2020 - John Vandenberg <[email protected]>
+
+- Remove unnecessary build dependency nose
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-snappy.spec ++++++
--- /var/tmp/diff_new_pack.7yKGQh/_old 2020-08-17 14:40:13.470578398 +0200
+++ /var/tmp/diff_new_pack.7yKGQh/_new 2020-08-17 14:40:13.474578399 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-python-snappy
#
-# 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
@@ -23,17 +23,15 @@
Summary: Python library for the snappy compression library
License: BSD-3-Clause
Group: Development/Languages/Python
-URL: http://github.com/andrix/python-snappy
+URL: https://github.com/andrix/python-snappy
Source:
https://files.pythonhosted.org/packages/source/p/python-snappy/python-snappy-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: c++_compiler
BuildRequires: fdupes
+BuildRequires: pkgconfig
BuildRequires: python-rpm-macros
BuildRequires: pkgconfig(snappy)
-# SECTION test requirements
-BuildRequires: %{python_module nose}
-# /SECTION
%python_subpackages
%description