Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 6483a9576bbe56877062648a2134ca72 > files > 2

python-slugify-7.0.0-1.mga9.src.rpm

# Created by pyp2rpm-3.3.2
%global pypi_name python-slugify
%global srcname slugify

Name:           python-%{srcname}
Version:        7.0.0
Release:        %mkrel 1
Summary:        A Python Slugify application that handles Unicode
Group:          Development/Python
License:        MIT
URL:            https://github.com/un33k/python-slugify
Source0:        https://github.com/un33k/python-slugify/archive/v%{version}.tar.gz#/%{pypi_name}-%{version}.tar.gz
BuildArch:      noarch

%description
A Python Slugify application that handles Unicode.

%package -n     python3-%{srcname}
Summary:        A Python 3 Slugify application that handles Unicode
%{?python_provide:%python_provide python3-%{srcname}}
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3dist(setuptools)
Requires:       python3dist(setuptools)
Requires:       python3dist(unidecode) >= 0.04.16

Conflicts:	python2-slugify < 3.0.4-1

%description -n python3-%{srcname}
A Python 3 Slugify application that handles Unicode.


%prep
%autosetup -n %{pypi_name}-%{version}
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info

%build
%py3_build

%install
%py3_install

%files -n python3-%{srcname}
%license LICENSE
%doc README.md
%{_bindir}/slugify
%{python3_sitelib}/slugify
%{python3_sitelib}/python_slugify-%{version}-py%{python3_version}.egg-info


%changelog
* Fri Nov 18 2022 kekepower <kekepower> 7.0.0-1.mga9
+ Revision: 1908728
- Update to version 7.0.0

* Wed Apr 27 2022 kekepower <kekepower> 6.1.2-1.mga9
+ Revision: 1854687
- Update to version 6.1.2

* Wed Mar 23 2022 umeabot <umeabot> 6.1.1-2.mga9
+ Revision: 1823986
- Mageia 9 Mass Rebuild

* Sun Feb 27 2022 kekepower <kekepower> 6.1.1-1.mga9
+ Revision: 1786123
- Update to version 6.1.1

* Fri Feb 25 2022 kekepower <kekepower> 6.1.0-1.mga9
+ Revision: 1784832
- Fix files list
- Update to version 6.1.0

* Mon Feb 14 2022 neoclust <neoclust> 5.0.2-2.mga9
+ Revision: 1774596
- Rebuild for python 3.10

* Tue May 25 2021 kekepower <kekepower> 5.0.2-1.mga9
+ Revision: 1728182
- Update to version 5.0.2

* Sun Apr 18 2021 daviddavid <daviddavid> 4.0.1-2.mga9
+ Revision: 1716770
- rebuild for python 3.9

* Fri Oct 02 2020 kekepower <kekepower> 4.0.1-1.mga8
+ Revision: 1631593
- Update to version 4.0.1

* Wed Apr 08 2020 kekepower <kekepower> 4.0.0-1.mga8
+ Revision: 1565533
- Update to version 4.0.0

* Sun Feb 16 2020 umeabot <umeabot> 3.0.4-2.mga8
+ Revision: 1533374
- Mageia 8 Mass Rebuild

* Fri Sep 20 2019 kekepower <kekepower> 3.0.4-1.mga8
+ Revision: 1444112
- Update to version 3.0.4
- Disable Python 2 package

* Tue Jul 23 2019 kekepower <kekepower> 3.0.2-1.mga8
+ Revision: 1423504
- Update to version 3.0.2

* Mon Jan 07 2019 kekepower <kekepower> 2.0.1-1.mga7
+ Revision: 1351326
- Fix file list
- Update to version 2.0.1

* Thu Nov 08 2018 daviddavid <daviddavid> 1.2.6-1.mga7
+ Revision: 1328866
- new version: 1.2.6

* Thu Sep 20 2018 umeabot <umeabot> 1.2.5-2.mga7
+ Revision: 1290069
- Mageia 7 Mass Rebuild

* Wed May 16 2018 kekepower <kekepower> 1.2.5-1.mga7
+ Revision: 1229806
- imported package python-slugify