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,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