Compare commits
8 Commits
Author | SHA256 | Date | |
---|---|---|---|
08640dbb00 | |||
4cee849d5c | |||
6b37355801 | |||
51aa705a4c | |||
5c4b0d3dfa | |||
d7a779d0b9 | |||
3deae6285c | |||
f194a51d44 |
@@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 26 07:56:26 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Normalize metadata directory name.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 11 20:47:26 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.17.1:
|
||||
* [converters] Define our own structuring hook for fontTools
|
||||
Transform to workaround bug in cattrs when using `from
|
||||
__future__ import annotations` on NamedTuple
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 23 16:36:53 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.17.0:
|
||||
* Added `outputImpliedClosingLine` parameter to Glyph.draw() method
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 18:30:05 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.16.1:
|
||||
* Drop support Python 3.7
|
||||
* Update testing dependencies and cattrs minimum version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 4 12:46:01 UTC 2024 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-ufoLib2
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,12 +18,12 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-ufoLib2
|
||||
Version: 0.16.0
|
||||
Version: 0.17.1
|
||||
Release: 0
|
||||
Summary: UFO font processing library
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/fonttools/ufoLib2
|
||||
Source: https://files.pythonhosted.org/packages/source/u/ufoLib2/ufoLib2-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/u/ufolib2/ufolib2-%{version}.tar.gz
|
||||
BuildRequires: %{python_module base >= 3.7}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools_scm}
|
||||
@@ -57,7 +57,7 @@ BuildArch: noarch
|
||||
ufoLib2 is a UFO font processing library.
|
||||
|
||||
%prep
|
||||
%setup -q -n ufoLib2-%{version}
|
||||
%setup -q -n ufolib2-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
@@ -73,6 +73,6 @@ ufoLib2 is a UFO font processing library.
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{python_sitelib}/ufoLib2
|
||||
%{python_sitelib}/ufoLib2-%{version}*-info
|
||||
%{python_sitelib}/ufolib2-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49f0dc7f72ccacfe7faefe0d53d37971d45664d8b0563ef36956fa7bfa55a2bd
|
||||
size 97499
|
3
ufolib2-0.17.1.tar.gz
Normal file
3
ufolib2-0.17.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6ab3171ff20615bb81c888faae1d871566bd14de6bdc94cc8f3971f6377bbd0
|
||||
size 97354
|
Reference in New Issue
Block a user