|
 |
1168a87 |
# Created by pyp2rpm-3.3.5
|
|
 |
1168a87 |
%global pypi_name stdiomask
|
|
 |
1168a87 |
|
|
 |
1168a87 |
Name: python-%{pypi_name}
|
|
 |
370bf37 |
Version: 0.0.6
|
|
 |
7aa1998 |
Release: 8%{?dist}
|
|
 |
1168a87 |
Summary: Python module for masking passwords
|
|
 |
1168a87 |
|
|
 |
1168a87 |
License: GPLv3+
|
|
 |
1168a87 |
URL: https://github.com/asweigart/stdiomask
|
|
 |
1168a87 |
Source0: %{pypi_source}
|
|
 |
1168a87 |
BuildArch: noarch
|
|
 |
1168a87 |
|
|
 |
1168a87 |
%description
|
|
 |
1168a87 |
Stdio Mask is a cross-platform Python module for entering passwords to a stdio
|
|
 |
1168a87 |
terminal and displaying a **** mask, which getpass cannot do.
|
|
 |
1168a87 |
|
|
 |
1168a87 |
%package -n python3-%{pypi_name}
|
|
 |
1168a87 |
Summary: %{summary}
|
|
 |
1168a87 |
|
|
 |
1168a87 |
BuildRequires: python3-devel
|
|
 |
1168a87 |
BuildRequires: python3dist(setuptools)
|
|
 |
1168a87 |
%{?python_provide:%python_provide python3-%{pypi_name}}
|
|
 |
1168a87 |
|
|
 |
1168a87 |
%description -n python3-%{pypi_name}
|
|
 |
1168a87 |
Stdio Mask is a cross-platform Python module for entering passwords to a stdio
|
|
 |
1168a87 |
terminal and displaying a **** mask, which getpass cannot do.
|
|
 |
1168a87 |
|
|
 |
1168a87 |
%prep
|
|
 |
1168a87 |
%autosetup -n %{pypi_name}-%{version}
|
|
 |
1168a87 |
rm -rf %{pypi_name}.egg-info
|
|
 |
1168a87 |
sed -i 's/\r$//' README.md
|
|
 |
1168a87 |
|
|
 |
1168a87 |
%build
|
|
 |
1168a87 |
%py3_build
|
|
 |
1168a87 |
|
|
 |
1168a87 |
%install
|
|
 |
1168a87 |
%py3_install
|
|
 |
1168a87 |
|
|
 |
1168a87 |
%files -n python3-%{pypi_name}
|
|
 |
1168a87 |
%doc README.md
|
|
 |
1168a87 |
%{python3_sitelib}/%{pypi_name}/
|
|
 |
1168a87 |
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/
|
|
 |
1168a87 |
|
|
 |
1168a87 |
%changelog
|
|
 |
7aa1998 |
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.6-8
|
|
 |
7aa1998 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
 |
7aa1998 |
|
|
 |
c54d05f |
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.6-7
|
|
 |
c54d05f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
 |
c54d05f |
|
|
 |
0e44271 |
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.0.6-6
|
|
 |
0e44271 |
- Rebuilt for Python 3.11
|
|
 |
0e44271 |
|
|
 |
0cc508c |
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.6-5
|
|
 |
0cc508c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
 |
0cc508c |
|
|
 |
d85e10d |
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.6-4
|
|
 |
d85e10d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
 |
d85e10d |
|
|
 |
1fff51a |
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.0.6-3
|
|
 |
1fff51a |
- Rebuilt for Python 3.10
|
|
 |
1fff51a |
|
|
 |
7f24590 |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.6-2
|
|
 |
7f24590 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
 |
7f24590 |
|
|
 |
370bf37 |
* Thu Jan 07 2021 Fabian Affolter <mail@fabian-affolter.ch> - 0.0.6-1
|
|
 |
370bf37 |
- Update to latest upstream release 0.0.6
|
|
 |
370bf37 |
|
|
 |
1168a87 |
* Thu Nov 26 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.0.1-1
|
|
 |
1168a87 |
- Initial package for Fedora
|