Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-gwosc for openSUSE:Factory checked in at 2023-05-27 00:51:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-gwosc (Old) and /work/SRC/openSUSE:Factory/.python-gwosc.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gwosc" Sat May 27 00:51:06 2023 rev:4 rq:1089169 version:0.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-gwosc/python-gwosc.changes 2022-07-07 12:57:30.947336807 +0200 +++ /work/SRC/openSUSE:Factory/.python-gwosc.new.1533/python-gwosc.changes 2023-05-27 00:51:10.930894435 +0200 @@ -1,0 +2,14 @@ +Tue May 23 18:01:33 UTC 2023 - Atri Bhattacharya <badshah...@gmail.com> + +- Update to version 0.7.1: + * Update all gw-openscience.org references to gwosc.org + * Include custom User-Agent header in requests +- Changes from version 0.7.0: + * Remove deprecated tag keyword from gwosc.locate.get_urls + * Remove deprecated gwosc.catalog module + * Implement query feature + * Formally support Python 3.11 +- Drop gwosc-pytest-warns.patch: incorporated upstream. +- Use wheel based builds instead of setuptools. + +------------------------------------------------------------------- Old: ---- gwosc-0.6.1.tar.gz gwosc-pytest-warns.patch New: ---- gwosc-0.7.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-gwosc.spec ++++++ --- /var/tmp/diff_new_pack.B4tYZD/_old 2023-05-27 00:51:11.366897034 +0200 +++ /var/tmp/diff_new_pack.B4tYZD/_new 2023-05-27 00:51:11.370897058 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-gwosc # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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,16 @@ %define modname gwosc %define skip_python2 1 + Name: python-gwosc -Version: 0.6.1 +Version: 0.7.1 Release: 0 Summary: Python interface to the Gravitational-Wave Open Data Center archive License: MIT URL: https://gwosc.readthedocs.io/en/latest/ Source: https://files.pythonhosted.org/packages/source/g/%{modname}/%{modname}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM gwosc-pytest-warns.patch -- part of https://git.ligo.org/gwosc/client/-/merge_requests/80 -Patch1: https://git.ligo.org/gwosc/client/-/commit/e61e89ea23407d9ca92d19156289a86c00bc01ff.patch#/gwosc-pytest-warns.patch BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools_scm} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -52,10 +50,10 @@ sed -i 's/--color=yes//' pyproject.toml %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib}/%{modname}/ @@ -72,7 +70,7 @@ %files %{python_files} %license LICENSE %doc README.md -%{python_sitelib}/%{modname} +%{python_sitelib}/%{modname}/ %{python_sitelib}/%{modname}-%{version}*-info/ %changelog ++++++ gwosc-0.6.1.tar.gz -> gwosc-0.7.1.tar.gz ++++++ ++++ 3438 lines of diff (skipped)