Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
0ebe129ff9 |
17
_service
17
_service
@@ -1,17 +0,0 @@
|
|||||||
<services>
|
|
||||||
<service mode="manual" name="obs_scm">
|
|
||||||
<param name="url">https://github.com/un33k/python-slugify.git</param>
|
|
||||||
<param name="scm">git</param>
|
|
||||||
<param name="revision">v8.0.1</param>
|
|
||||||
<param name="versionformat">v8.0.1</param>
|
|
||||||
<param name="changesgenerate">enable</param>
|
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
|
||||||
</service>
|
|
||||||
<service mode="manual" name="set_version"/>
|
|
||||||
<service mode="buildtime" name="tar"/>
|
|
||||||
<service mode="buildtime" name="recompress">
|
|
||||||
<param name="compression">gz</param>
|
|
||||||
<param name="file">*.tar</param>
|
|
||||||
</service>
|
|
||||||
</services>
|
|
||||||
|
|
@@ -1,4 +0,0 @@
|
|||||||
<servicedata>
|
|
||||||
<service name="tar_scm">
|
|
||||||
<param name="url">https://github.com/un33k/python-slugify.git</param>
|
|
||||||
<param name="changesrevision">58031becacdc8945393ddf628e84a6785cd08066</param></service></servicedata>
|
|
@@ -1,20 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri Dec 29 16:06:08 UTC 2023 - egotthold@suse.com
|
|
||||||
|
|
||||||
- Update to version v8.0.1:
|
|
||||||
* Legal Notice / Readme
|
|
||||||
* Add note on licensing (#130)
|
|
||||||
* By default, prefer unidecode if installed
|
|
||||||
* Update import order for unidecode vs text_unidecode (#126)
|
|
||||||
* Support Matrix
|
|
||||||
* SemVer Table
|
|
||||||
* merge sandbox
|
|
||||||
* github action revert
|
|
||||||
* cmdline options
|
|
||||||
* update dev deps
|
|
||||||
* Up Version
|
|
||||||
* Add missing cmdLine options
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 10 08:54:14 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
Wed May 10 08:54:14 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package python-python-slugify
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
@@ -17,19 +17,19 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
%define short_name python-slugify
|
Name: python-python-slugify
|
||||||
Name: python-%{short_name}
|
Version: 5.0.2
|
||||||
Version: 8.0.1
|
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Slugify application that handles Unicode
|
Summary: Slugify application that handles Unicode
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/un33k/python-slugify
|
URL: https://github.com/un33k/python-slugify
|
||||||
Source: %{short_name}-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/python-slugify/python-slugify-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module text-unidecode >= 1.3}
|
BuildRequires: %{python_module text-unidecode >= 1.3}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: python-setuptools
|
||||||
Requires: python-text-unidecode >= 1.3
|
Requires: python-text-unidecode >= 1.3
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun):update-alternatives
|
||||||
@@ -42,7 +42,8 @@ BuildArch: noarch
|
|||||||
A Python Slugify application that handles Unicode.
|
A Python Slugify application that handles Unicode.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{short_name}-%{version}
|
%setup -q -n python-slugify-%{version}
|
||||||
|
sed -i 's/==/>=/' setup.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
|
BIN
python-slugify-5.0.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
python-slugify-5.0.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
python-slugify-8.0.1.obscpio
(Stored with Git LFS)
BIN
python-slugify-8.0.1.obscpio
(Stored with Git LFS)
Binary file not shown.
@@ -1,4 +0,0 @@
|
|||||||
name: python-slugify
|
|
||||||
version: 8.0.1
|
|
||||||
mtime: 1677254351
|
|
||||||
commit: 58031becacdc8945393ddf628e84a6785cd08066
|
|
Reference in New Issue
Block a user