Compare commits

8 Commits

Author SHA256 Message Date
08640dbb00 Accepting request 1264895 from devel:languages:python
- Normalize metadata directory name.

Requires python-setuptools 78 to build successfully.

OBS-URL: https://build.opensuse.org/request/show/1264895
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ufoLib2?expand=0&rev=12
2025-04-16 18:39:05 +00:00
4cee849d5c - Normalize metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ufoLib2?expand=0&rev=23
2025-03-26 07:56:37 +00:00
6b37355801 Accepting request 1245169 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1245169
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ufoLib2?expand=0&rev=11
2025-02-12 20:31:30 +00:00
51aa705a4c - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ufoLib2?expand=0&rev=21
2025-02-11 20:47:45 +00:00
5c4b0d3dfa Accepting request 1225981 from devel:languages:python
- update to 0.17.0:
  * Added `outputImpliedClosingLine` parameter to Glyph.draw() method

OBS-URL: https://build.opensuse.org/request/show/1225981
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ufoLib2?expand=0&rev=10
2024-11-24 10:04:40 +00:00
d7a779d0b9 - update to 0.17.0:
* Added `outputImpliedClosingLine` parameter to Glyph.draw() method

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ufoLib2?expand=0&rev=19
2024-11-23 16:37:25 +00:00
3deae6285c Accepting request 1225396 from devel:languages:python
- update to 0.16.1:
  * Drop support Python 3.7
  * Update testing dependencies and cattrs minimum version

OBS-URL: https://build.opensuse.org/request/show/1225396
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ufoLib2?expand=0&rev=9
2024-11-21 14:14:45 +00:00
f194a51d44 - update to 0.16.1:
* Drop support Python 3.7
  * Update testing dependencies and cattrs minimum version

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ufoLib2?expand=0&rev=17
2024-11-20 18:33:31 +00:00
4 changed files with 34 additions and 8 deletions

View File

@@ -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>

View File

@@ -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

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f6ab3171ff20615bb81c888faae1d871566bd14de6bdc94cc8f3971f6377bbd0
size 97354