14
0

- 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
This commit is contained in:
Antoine Belvire
2023-05-08 12:36:11 +00:00
committed by Git OBS Bridge
parent 2dbc76401c
commit c5892b1ce2
4 changed files with 14 additions and 8 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon May 8 12:13:51 UTC 2023 - Antoine Belvire <antoine.belvire@opensuse.org>
- 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 <antoine.belvire@opensuse.org> Sat Jun 5 20:37:41 UTC 2021 - Antoine Belvire <antoine.belvire@opensuse.org>

View File

@@ -1,8 +1,7 @@
# #
# spec file for package python-requests-hawk # spec file for package python-requests-hawk
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2023 SUSE LLC
# Copyright (c) 2017 The openSUSE Project.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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 Name: python-requests-hawk
Version: 1.1.1 Version: 1.2.1
Release: 0 Release: 0
Summary: Hawk authentication strategy for the requests python library Summary: Hawk authentication strategy for the requests python library
License: Apache-2.0 License: Apache-2.0
@@ -59,6 +57,7 @@ across mozilla services projects.
%files %{python_files} %files %{python_files}
%license LICENSE.txt %license LICENSE.txt
%doc CHANGES.txt README.rst %doc CHANGES.txt README.rst
%{python_sitelib}/* %{python_sitelib}/requests_hawk
%{python_sitelib}/requests_hawk-%{version}*-info
%changelog %changelog

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c74bd31b581f6d2b36d575bb537b1f29469509f560f5050339a48195d48929b
size 7972

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ad9205042c94bdb15afaa19b0780e11077b24d9e5cffac1fb3d26cb08aa435b7
size 6798