From c5892b1ce2b4269eabcbc70c33aea97e633d6b43321d0d4125e946796ac6d4a6 Mon Sep 17 00:00:00 2001 From: Antoine Belvire Date: Mon, 8 May 2023 12:36:11 +0000 Subject: [PATCH] - Update to version 1.2.1: Add support for ext external data string (gh#mozilla-services/requests-hawk#34) - Fix rpmlint warnings. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-hawk?expand=0&rev=14 --- python-requests-hawk.changes | 7 +++++++ python-requests-hawk.spec | 9 ++++----- requests-hawk-1.1.1.tar.gz | 3 --- requests-hawk-1.2.1.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 requests-hawk-1.1.1.tar.gz create mode 100644 requests-hawk-1.2.1.tar.gz diff --git a/python-requests-hawk.changes b/python-requests-hawk.changes index fbe2a73..bc4bf3a 100644 --- a/python-requests-hawk.changes +++ b/python-requests-hawk.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon May 8 12:13:51 UTC 2023 - Antoine Belvire + +- Update to version 1.2.1: Add support for ext external data string + (gh#mozilla-services/requests-hawk#34) +- Fix rpmlint warnings. + ------------------------------------------------------------------- Sat Jun 5 20:37:41 UTC 2021 - Antoine Belvire diff --git a/python-requests-hawk.spec b/python-requests-hawk.spec index 4305d47..665d294 100644 --- a/python-requests-hawk.spec +++ b/python-requests-hawk.spec @@ -1,8 +1,7 @@ # # spec file for package python-requests-hawk # -# Copyright (c) 2021 SUSE LLC -# Copyright (c) 2017 The openSUSE Project. +# 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 @@ -17,9 +16,8 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-requests-hawk -Version: 1.1.1 +Version: 1.2.1 Release: 0 Summary: Hawk authentication strategy for the requests python library License: Apache-2.0 @@ -59,6 +57,7 @@ across mozilla services projects. %files %{python_files} %license LICENSE.txt %doc CHANGES.txt README.rst -%{python_sitelib}/* +%{python_sitelib}/requests_hawk +%{python_sitelib}/requests_hawk-%{version}*-info %changelog diff --git a/requests-hawk-1.1.1.tar.gz b/requests-hawk-1.1.1.tar.gz deleted file mode 100644 index c36a492..0000000 --- a/requests-hawk-1.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c74bd31b581f6d2b36d575bb537b1f29469509f560f5050339a48195d48929b -size 7972 diff --git a/requests-hawk-1.2.1.tar.gz b/requests-hawk-1.2.1.tar.gz new file mode 100644 index 0000000..37fcea4 --- /dev/null +++ b/requests-hawk-1.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad9205042c94bdb15afaa19b0780e11077b24d9e5cffac1fb3d26cb08aa435b7 +size 6798