Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 4263b68093 | |||
| 4d40fb550a |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0cc15997585b60d69270e4d69006cada72ad8bac03e524b9037d2aed35b9bcee
|
|
||||||
size 39052
|
|
||||||
3
pyfxa-0.7.9.tar.gz
Normal file
3
pyfxa-0.7.9.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:753b161566aa5fa632a4d273f564a573126560eb2d993bb6660386dd13d2562c
|
||||||
|
size 43683
|
||||||
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 5 12:22:50 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- version update to 0.7.9
|
||||||
|
* Python3 support
|
||||||
|
* Add support for v2 password hashes
|
||||||
|
* Updated to pyproject.toml
|
||||||
|
* Updated libraries
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 21 17:09:04 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Thu Mar 21 17:09:04 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -17,34 +17,34 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
Name: python-PyFxA
|
Name: python-PyFxA
|
||||||
Version: 0.7.8
|
Version: 0.7.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Firefox Accounts client library for Python
|
Summary: Firefox Accounts client library for Python
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/mozilla/PyFxA
|
URL: https://github.com/mozilla/PyFxA
|
||||||
Source: https://files.pythonhosted.org/packages/source/P/PyFxA/PyFxA-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/P/PyFxA/pyfxa-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module PyBrowserID}
|
BuildRequires: %{python_module PyBrowserID}
|
||||||
BuildRequires: %{python_module PyJWT}
|
BuildRequires: %{python_module PyJWT}
|
||||||
BuildRequires: %{python_module cryptography}
|
BuildRequires: %{python_module cryptography}
|
||||||
|
BuildRequires: %{python_module hatchling}
|
||||||
BuildRequires: %{python_module hawkauthlib}
|
BuildRequires: %{python_module hawkauthlib}
|
||||||
|
BuildRequires: %{python_module parameterized}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pyotp}
|
BuildRequires: %{python_module pyotp}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module requests >= 2.4.2}
|
BuildRequires: %{python_module requests >= 2.4.2}
|
||||||
BuildRequires: %{python_module responses}
|
BuildRequires: %{python_module responses}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module six >= 1.14}
|
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-PyBrowserID
|
Requires: python-PyBrowserID
|
||||||
Requires: python-PyJWT
|
Requires: python-PyJWT
|
||||||
Requires: python-cryptography
|
Requires: python-cryptography
|
||||||
|
Requires: python-hawkauthlib
|
||||||
Requires: python-requests >= 2.4.2
|
Requires: python-requests >= 2.4.2
|
||||||
Requires: python-six >= 1.14
|
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@@ -54,7 +54,7 @@ BuildArch: noarch
|
|||||||
This is python library for interacting with the Firefox Accounts ecosystem.
|
This is python library for interacting with the Firefox Accounts ecosystem.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n PyFxA-%{version}
|
%autosetup -p1 -n pyfxa-%{version}
|
||||||
sed -i -e '/^#!\/usr\/bin\/env python/d' fxa/__main__.py
|
sed -i -e '/^#!\/usr\/bin\/env python/d' fxa/__main__.py
|
||||||
find ./ -type f -exec chmod -x {} +
|
find ./ -type f -exec chmod -x {} +
|
||||||
|
|
||||||
@@ -89,6 +89,6 @@ includedTests="\
|
|||||||
%doc CHANGES.txt README.rst
|
%doc CHANGES.txt README.rst
|
||||||
%python_alternative %{_bindir}/fxa-client
|
%python_alternative %{_bindir}/fxa-client
|
||||||
%{python_sitelib}/fxa
|
%{python_sitelib}/fxa
|
||||||
%{python_sitelib}/PyFxA-%{version}.dist-info
|
%{python_sitelib}/pyfxa-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user