Compare commits

...

16 Commits
f30 ... rawhide

Author SHA1 Message Date
Artem Polishchuk
4bf78e5d5b build(update): 21.1.0 2022-10-10 03:13:39 +03:00
Artem Polishchuk
206da99607 Convert to rpmautospec 2022-10-09 22:07:10 +03:00
Fedora Release Engineering
d27870410e Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-22 16:24:34 +00:00
Python Maint
c69f6c73d1 Rebuilt for Python 3.11 2022-06-13 18:55:55 +02:00
Fedora Release Engineering
6b7d890a07 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-21 10:23:31 +00:00
Fedora Release Engineering
e9a92b8f1c - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-23 05:01:33 +00:00
Python Maint
f0bb044d82 Rebuilt for Python 3.10 2021-06-04 17:20:06 +02:00
Tomas Hrnciar
5df246df6a python 3.10 disable failing test 2021-05-18 09:22:31 +02:00
Miro Hrončok
5209c11014 Run tests during build
Previously, the %check section did nothing:

    + /usr/bin/python3 setup.py test
    running test
    WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
    ...
    ----------------------------------------------------------------------
    Ran 0 tests in 0.000s
2021-01-27 14:49:55 +01:00
Miro Hrončok
462119598c Stop requiring test dependencies on runtime
The runtime dependencies are autogenerated.
2021-01-27 14:46:02 +01:00
Fedora Release Engineering
cf13ab2bd2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-27 09:24:19 +00:00
Fedora Release Engineering
0a6a3e7af6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-28 23:46:46 +00:00
Miro Hrončok
0d5dbe33c1 Rebuilt for Python 3.9 2020-05-26 03:02:42 +02:00
Artem Polishchuk
855f54e6d2 Update to 20.1.0
Disable LTO
2020-05-22 02:53:10 +03:00
Fedora Release Engineering
314e4b9b93 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-30 10:43:12 +00:00
Artem Polishchuk
0aececf47d Update to 19.2.0
Switch to {pypi_source}
Enable LTO
Cosmetic spec file fix
Minimum Python version is >= 3.5 now
2020-01-19 13:46:37 +02:00
4 changed files with 90 additions and 33 deletions

3
.gitignore vendored
View File

@ -1 +1,4 @@
/argon2_cffi-19.1.0.tar.gz
/argon2-cffi-19.2.0.tar.gz
/argon2-cffi-20.1.0.tar.gz
/argon2-cffi-21.1.0.tar.gz

44
changelog Normal file
View File

@ -0,0 +1,44 @@
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20.1.0-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 20.1.0-9
- Rebuilt for Python 3.11
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20.1.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20.1.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 20.1.0-6
- Rebuilt for Python 3.10
* Wed Jan 27 2021 Miro Hrončok <mhroncok@redhat.com> - 20.1.0-5
- Stop requiring test dependencies on runtime
- Run tests during build
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20.1.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 20.1.0-2
- Rebuilt for Python 3.9
* Thu May 21 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 20.1.0-1
- Update to 20.1.0
- Disable LTO
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 19.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Sun Jan 19 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 19.2.0-1
- Update to 19.2.0
- Switch to {pypi_source}
- Enable LTO
- Cosmetic spec file fix
- Minimum Python version is >= 3.5 now
* Fri Jun 14 2019 Pavlo Rudyi <paulcarroty@fedoraproject.org> - 19.1.0-1
- initial build

View File

@ -1,82 +1,92 @@
%global pypi_name argon2-cffi
Name: python-%{pypi_name}
Version: 19.1.0
Release: 1%{?dist}
Version: 21.1.0
Release: %autorelease
Summary: The secure Argon2 password hashing algorithm
License: MIT
URL: https://argon2-cffi.readthedocs.io/
Source0: https://files.pythonhosted.org/packages/aa/bb/d620acb83d6e7d0a1f896557524b85e058500bd858ee814d467428718811/argon2_cffi-19.1.0.tar.gz
# %{pypi_source}
BuildRequires: python3-devel
Source0: %{pypi_source}
BuildRequires: gcc
BuildRequires: pkgconfig(libargon2)
BuildRequires: python3-devel >= 3.5
BuildRequires: python3dist(cffi)
BuildRequires: python3dist(hypothesis)
BuildRequires: python3dist(pytest)
BuildRequires: python3dist(setuptools)
BuildRequires: python3dist(six)
BuildRequires: python3dist(wheel)
BuildRequires: python3dist(sphinx)
BuildRequires: python3dist(wheel)
BuildRequires: pkgconfig(libargon2)
%global _description %{expand:
CFFI-based Argon2 Bindings for Python.}
%description %_description
%description
CFFI-based Argon2 Bindings for Python
%package -n python3-%{pypi_name}
Summary: %{summary}
%{?python_provide:%python_provide python3-%{pypi_name}}
Requires: python3dist(cffi) >= 1.0.0
Requires: python3dist(hypothesis)
Requires: python3dist(pytest)
Requires: python3dist(six)
%description -n python3-%{pypi_name}
CFFI-based Argon2 Bindings for Python
%description -n python3-%{pypi_name} %_description
%package -n python-%{pypi_name}-doc
%package -n python-%{pypi_name}-doc
Summary: Documentation for argon2-cffi
BuildRequires: python3dist(argon2-cffi)
%description -n python-%{pypi_name}-doc
Documentation for argon2-cffi
Documentation for argon2-cffi.
%prep
%autosetup -n argon2_cffi-%{version}
%autosetup -n %{pypi_name}-%{version}
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info
# using system libargon
rm -rf extras/libargon2/LICENSE docs/license.rst
rm -rf extras/libargon2/README.md
rm -r extras/libargon2/LICENSE \
extras/libargon2/README.md \
docs/license.rst
# Theme error:
# no theme named 'furo' found (missing theme.conf?)
sed -i '/html_theme = "furo"/d' \
docs/conf.py
%build
export ARGON2_CFFI_USE_SYSTEM=1
%py3_build
# generate html docs
# generate html docs
PYTHONPATH=${PWD} sphinx-build-3 docs html
# remove the sphinx-build leftovers
rm -rf html/.{doctrees,buildinfo}
%install
%py3_install
%check
export k='not test_argument_ranges'
%{__python3} setup.py test
%pytest
%files -n python3-%{pypi_name}
%license LICENSE
%license LICENSE
%doc README.rst
%{python3_sitearch}/argon2
%{python3_sitearch}/argon2_cffi-%{version}-py?.?.egg-info
%{python3_sitearch}/argon2/
%{python3_sitearch}/argon2_cffi-%{version}-py%{python3_version}.egg-info/
%files -n python-%{pypi_name}-doc
%doc html
%license LICENSE
%doc html
%changelog
* Fri Jun 14 2019 Pavlo Rudyi <paulcarroty@fedoraproject.org> - 19.1.0-1
- initial build
%autochangelog

View File

@ -1 +1 @@
SHA512 (argon2_cffi-19.1.0.tar.gz) = 9bc10f0dfbb199e0ae0c9bd6a7c9183a5b0b108966d89bacf8ee744a926d400bccc14869b889a2482be4a5c48bd7ed0464cf316ecad74b758a5493beed7d466c
SHA512 (argon2-cffi-21.1.0.tar.gz) = bbfebd2c075f360a6c1c187c0789be2aae7480b9398f36db7bdfe74f288d9e00b44a788918c54f4cc8bb1947136ab0493f61975de408c482a5131e2bf1a8f4d0