forked from pool/python-Authlib
Accepting request 1298801 from home:glaubitz:branches:devel:languages:python
- Update to 1.6.1 * Filter key set with additional "alg" and "use" parameters. - Fix bogus version number in previous changelog entry - Rename README.rst to README.md in %files section - Update to 1.6.0 OBS-URL: https://build.opensuse.org/request/show/1298801 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=52
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-Authlib
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%define modname authlib
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-Authlib
|
||||
Version: 1.6.0
|
||||
Version: 1.6.1
|
||||
Release: 0
|
||||
Summary: Python library for building OAuth and OpenID Connect servers
|
||||
License: BSD-3-Clause
|
||||
@@ -82,7 +82,7 @@ $python -mpytest tests/clients
|
||||
}
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{python_sitelib}/%{modname}
|
||||
%{python_sitelib}/[Aa]uthlib-%{version}.dist-info
|
||||
|
||||
Reference in New Issue
Block a user