Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-gwdatafind for
openSUSE:Factory checked in at 2022-07-11 19:09:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gwdatafind (Old)
and /work/SRC/openSUSE:Factory/.python-gwdatafind.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gwdatafind"
Mon Jul 11 19:09:23 2022 rev:4 rq:988101 version:1.1.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gwdatafind/python-gwdatafind.changes
2022-03-22 19:40:10.675088507 +0100
+++
/work/SRC/openSUSE:Factory/.python-gwdatafind.new.1523/python-gwdatafind.changes
2022-07-11 19:10:55.307741454 +0200
@@ -1,0 +2,16 @@
+Sun Jul 3 19:25:06 UTC 2022 - Ben Greiner <[email protected]>
+
+- Update to version 1.1.1
+ * [!72] fix critical issue with deprecated HTTPConnection
+ interface
+- Release 1.1.0
+ * [!38] the gwdatafind.http module and the classes therein have
+ been deprecated and replaced by the functional calls available
+ from the top-level gwdatafind module; gwdatafind.http will be
+ removed in GWDataFind 2.0.0.
+ * [!50] support for Python 3.5 has been dropped
+ * [!38] the library was refactored to use
+ igwn_auth_utils.requests for all HTTP access; this provides
+ support for authorized queries using SciTokens
+
+-------------------------------------------------------------------
Old:
----
gwdatafind-1.0.5.tar.gz
New:
----
gwdatafind-1.1.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-gwdatafind.spec ++++++
--- /var/tmp/diff_new_pack.Id1JuC/_old 2022-07-11 19:10:55.643741942 +0200
+++ /var/tmp/diff_new_pack.Id1JuC/_new 2022-07-11 19:10:55.647741947 +0200
@@ -19,25 +19,24 @@
%define skip_python2 1
Name: python-gwdatafind
-Version: 1.0.5
+Version: 1.1.1
Release: 0
License: GPL-3.0-only
Summary: Client library for the LIGO Data Replicator (LDR) service
URL: https://gwdatafind.readthedocs.io/
Source:
https://files.pythonhosted.org/packages/source/g/gwdatafind/gwdatafind-%{version}.tar.gz
-BuildRequires: %{python_module devel}
+BuildRequires: %{python_module base >= 3.6}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module ligo-segments}
-BuildRequires: %{python_module pyOpenSSL}
+BuildRequires: %{python_module igwn-auth-utils-requests >= 0.2.0}
BuildRequires: %{python_module pytest >= 2.8.0}
-BuildRequires: %{python_module six}
+BuildRequires: %{python_module requests-mock}
# /SECTION
BuildRequires: fdupes
+Requires: python-igwn-auth-utils-requests >= 0.2.0
Requires: python-ligo-segments
-Requires: python-pyOpenSSL
-Requires: python-six
BuildArch: noarch
Requires(post): update-alternatives
Requires(postun):update-alternatives
@@ -53,6 +52,7 @@
%prep
%setup -q -n gwdatafind-%{version}
+sed -i 's/--color=yes//' pyproject.toml
%build
%python_build
@@ -76,6 +76,7 @@
%doc README.md
%license LICENSE
%python_alternative %{_bindir}/gw_data_find
-%{python_sitelib}/*
+%{python_sitelib}/gwdatafind
+%{python_sitelib}/gwdatafind-%{version}*-info
%changelog
++++++ gwdatafind-1.0.5.tar.gz -> gwdatafind-1.1.1.tar.gz ++++++
++++ 2778 lines of diff (skipped)