Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| aef6cfb0d3 | |||
| aad624de32 | |||
| 79dbab70c4 | |||
| 94c29ce7dd |
@@ -1,14 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 29 13:25:46 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 0.6.3
|
||||
* Update scaffolding by @madig in (#97)
|
||||
* Use trusted publishing by @madig in (#96)
|
||||
- Drop support for older Python versions
|
||||
- Remove unzip package from BuildRequires
|
||||
- Switch source archive format to TAR.GZ
|
||||
- Use Python 3.11 on SLE-15 by default
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 12 05:01:34 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -16,14 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
%define skip_python2 1
|
||||
Name: python-ufonormalizer
|
||||
Version: 0.6.3
|
||||
Version: 0.6.2
|
||||
Release: 0
|
||||
Summary: Script to normalize the XML and other data inside of a UFO
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/unified-font-object/ufoNormalizer
|
||||
Source: https://files.pythonhosted.org/packages/source/u/ufonormalizer/ufonormalizer-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/u/ufonormalizer/ufonormalizer-%{version}.zip
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools_scm}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
@@ -31,6 +31,7 @@ BuildRequires: %{python_module toml}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: unzip
|
||||
Requires: python-setuptools
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
|
||||
3
ufonormalizer-0.6.2.zip
Normal file
3
ufonormalizer-0.6.2.zip
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c5715bb948381f2c641af82b94938ad242d9b5365dd1c5b7ce3d75556a26c3a
|
||||
size 37406
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c3271097aba9d290594b75c2b432cf681088b74fe3eb334ca4319324e2bddd4e
|
||||
size 33324
|
||||
Reference in New Issue
Block a user