From 337139cfea4dcdc3c9f9968edfba54a53695d70de9a6b04290b45638f45bdf94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 4 Sep 2024 12:32:22 +0000 Subject: [PATCH] - removed mark-vcr-tests.patch, no longer needed. - update to 1.2.6: * mark two more tests for vcr to create cassettes for (both content_negotation tests) - no user facing changes (#114) * habanero now conditionally uses bibtexparser to roundtrip bibtex to attempt to fix any bibtex that's not formatted correctly (#144) (#153) * generalize handling of field queries like query.publisher-name to allow all field queries, and any in the future (#150) (#152) * improved error handling (#123) * ids now a required param in the Crossref.prefixes method; improved crossef API error parsing (#116) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-habanero?expand=0&rev=3 --- habanero-1.2.6.tar.gz | 3 +++ python-habanero.changes | 16 ++++++++++++++++ python-habanero.spec | 7 ++----- 3 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 habanero-1.2.6.tar.gz diff --git a/habanero-1.2.6.tar.gz b/habanero-1.2.6.tar.gz new file mode 100644 index 0000000..5bd8ee3 --- /dev/null +++ b/habanero-1.2.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b206d49f44f41c2289f0ad731f259a50d4376c747d8ecbb219a73874d45309d4 +size 1547954 diff --git a/python-habanero.changes b/python-habanero.changes index c3a91e8..86a7121 100644 --- a/python-habanero.changes +++ b/python-habanero.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Sep 4 12:15:50 UTC 2024 - Frantisek Simorda + +- removed mark-vcr-tests.patch, no longer needed. + +------------------------------------------------------------------- +Tue Sep 3 12:48:59 UTC 2024 - Frantisek Simorda + +- update to 1.2.6: + * mark two more tests for vcr to create cassettes for (both content_negotation tests) - no user facing changes (#114) + * habanero now conditionally uses bibtexparser to roundtrip bibtex to attempt to fix any bibtex that's not formatted correctly (#144) (#153) + * generalize handling of field queries like query.publisher-name to allow all field queries, and any in the future (#150) (#152) + * improved error handling (#123) + * ids now a required param in the Crossref.prefixes method; improved crossef API error parsing (#116) + + ------------------------------------------------------------------- Sat Feb 4 22:37:40 UTC 2023 - Matej Cepl diff --git a/python-habanero.spec b/python-habanero.spec index 854c477..0fd2500 100644 --- a/python-habanero.spec +++ b/python-habanero.spec @@ -1,7 +1,7 @@ # # spec file for package python-habanero # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,12 @@ Name: python-habanero -Version: 1.2.3 +Version: 1.2.6 Release: 0 Summary: Low Level Client for Crossref Search API License: MIT URL: https://github.com/sckott/habanero Source: https://files.pythonhosted.org/packages/source/h/habanero/habanero-%{version}.tar.gz -# PATCH-FIX-UPSTREAM mark-vcr-tests.patch gh#sckott/habanero#114 mcepl@suse.com -# mark two more tests as vcr (to skip network access) -Patch0: mark-vcr-tests.patch BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: fdupes