Blame python-pykeepass.spec

cb7270b
# Created by pyp2rpm-3.3.2
d79d004
%global pypi_name pykeepass
d79d004
d79d004
Name:           python-%{pypi_name}
29a8075
Version:        4.0.1
29a8075
Release:        1%{?dist}
cb7270b
Summary:        Python library to interact with keepass databases
d79d004
d79d004
License:        GPLv3
7d6fd48
URL:            https://github.com/libkeepass/pykeepass
d79d004
Source0:        %{pypi_source}
d79d004
BuildArch:      noarch
d79d004
 
d79d004
BuildRequires:  python3-devel
d79d004
BuildRequires:  python3dist(setuptools)
d79d004
d79d004
%description
cb7270b
This library allows you to write entries to a KeePass database.
d79d004
b3f2437
d79d004
%package -n     python3-%{pypi_name}
d79d004
Summary:        %{summary}
d79d004
%{?python_provide:%python_provide python3-%{pypi_name}}
d79d004
 
d79d004
%description -n python3-%{pypi_name}
cb7270b
This library allows you to write entries to a KeePass database.
d79d004
b3f2437
d79d004
%prep
d79d004
%autosetup -n %{pypi_name}-%{version}
b3f2437
d79d004
# Remove bundled egg-info
d79d004
rm -rf %{pypi_name}.egg-info
b3f2437
c3977d8
sed -i 's|pycryptodomex==|pycryptodomex>=|' requirements.txt
c3977d8
sed -i 's|construct==|construct>=|' requirements.txt
c3977d8
sed -i 's|construct==|construct>=|' setup.py
b3f2437
d79d004
d79d004
%build
d79d004
%py3_build
d79d004
b3f2437
d79d004
%install
d79d004
%py3_install
d79d004
b3f2437
d79d004
%files -n python3-%{pypi_name}
d79d004
%license LICENSE
d79d004
%doc README.rst
b3f2437
%{python3_sitelib}/%{pypi_name}/
b3f2437
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/
b3f2437
d79d004
d79d004
%changelog
29a8075
* Sat May 22 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 4.0.1-1
29a8075
- build(update): 4.0.1
29a8075
7d6fd48
* Wed Apr 14 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 4.0.0-3
7d6fd48
- fix: Project URL | RH#1949631
7d6fd48
ba9b284
* Mon Mar 29 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 4.0.0-2
ba9b284
- build: Drop manual Requires
ba9b284
310c8a3
* Mon Feb 08 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 4.0.0-1
310c8a3
- build(update): 4.0.0
310c8a3
2a96b3b
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.1-2
2a96b3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
2a96b3b
c3977d8
* Mon Nov 30 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 3.2.1-1
c3977d8
- build(update): 3.2.1
c3977d8
cfc10ae
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-4
cfc10ae
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
cfc10ae
0cdc7e1
* Tue May 26 2020 Miro HronĨok <mhroncok@redhat.com> - 3.2.0-3
0cdc7e1
- Rebuilt for Python 3.9
0cdc7e1
d301970
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-2
d301970
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
d301970
b3f2437
* Sun Jan 19 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 3.2.0-1
b3f2437
- Update to 3.2.0
b3f2437
cb7270b
* Wed Sep 25 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 3.0.3-2
cb7270b
- Built with with system 'pycryptodomex'
cb7270b
- Cleanup spec file
cb7270b
d79d004
* Fri Jun 14 2019 Pavlo Rudyi <paulcarroty@fedoraproject.org> - 3.0.3-1
cb7270b
- initial build