Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-bloscpack for
openSUSE:Factory checked in at 2022-01-17 22:34:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-bloscpack (Old)
and /work/SRC/openSUSE:Factory/.python-bloscpack.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bloscpack"
Mon Jan 17 22:34:07 2022 rev:7 rq:946886 version:0.16.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-bloscpack/python-bloscpack.changes
2021-04-21 21:00:53.778342805 +0200
+++
/work/SRC/openSUSE:Factory/.python-bloscpack.new.1892/python-bloscpack.changes
2022-01-17 22:34:49.714274829 +0100
@@ -1,0 +2,8 @@
+Sun Jan 16 16:12:38 UTC 2022 - Benjamin Greiner <[email protected]>
+
+- Remove unused coverage packages from dependencies
+- Skip python2 builds, remove mock dependency.
+ * (unused, not testing due to still no release despite
+ gh#Blosc/bloscpack#103)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-bloscpack.spec ++++++
--- /var/tmp/diff_new_pack.91yYZP/_old 2022-01-17 22:34:50.222275165 +0100
+++ /var/tmp/diff_new_pack.91yYZP/_new 2022-01-17 22:34:50.222275165 +0100
@@ -16,9 +16,8 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without python2
-%define skip_python36 1
+%{?!python_module:%define python_module() python3-%{**}}
+%define skip_python2 1
Name: python-bloscpack
Version: 0.16.0
Release: 0
@@ -43,23 +42,12 @@
# SECTION test requirements
BuildRequires: %{python_module Deprecated}
BuildRequires: %{python_module blosc}
-BuildRequires: %{python_module coverage}
-BuildRequires: %{python_module coveralls}
BuildRequires: %{python_module cryptography >= 1.3.4}
-BuildRequires: %{python_module mock}
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module pyOpenSSL >= 0.14}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module six}
-BuildRequires: %{python_module twine}
-BuildRequires: %{python_module wheel}
-%if %{with python2}
-BuildRequires: python-ipaddress
-%endif
# /SECTION
-%ifpython2
-Requires: python-ipaddress
-%endif
%python_subpackages
%description
@@ -99,6 +87,7 @@
%doc README.rst
%license LICENSE
%python_alternative %{_bindir}/blpk
-%{python_sitelib}/*
+%{python_sitelib}/bloscpack
+%{python_sitelib}/bloscpack-%{version}*-info
%changelog