15
0
forked from pool/python-pydyf

4 Commits

Author SHA256 Message Date
b43b157d63 Accepting request 1324595 from devel:languages:python
- update to 0.12.1:
  * Don’t add /Info key in compressed trailer if info dict is
    empty
  * Python 3.13 and 3.14 are supported and tested
  * Python 3.10+ is now needed, Python 3.8 and 3.9 are not
    supported anymore

OBS-URL: https://build.opensuse.org/request/show/1324595
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pydyf?expand=0&rev=14
2025-12-29 14:16:48 +00:00
5acaa59e37 - update to 0.12.1:
* Don’t add /Info key in compressed trailer if info dict is
    empty
  * Python 3.13 and 3.14 are supported and tested
  * Python 3.10+ is now needed, Python 3.8 and 3.9 are not
    supported anymore

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydyf?expand=0&rev=26
2025-12-28 20:30:20 +00:00
8a6bee142a Accepting request 1194572 from devel:languages:python
- update to 0.11.0:
  * Remove deprecated version and identifier parameters
  * Change some function names for consistency
  * Allow extra operands for special colors

OBS-URL: https://build.opensuse.org/request/show/1194572
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pydyf?expand=0&rev=13
2024-08-19 21:44:24 +00:00
5017f88804 - update to 0.11.0:
* Remove deprecated version and identifier parameters
  * Change some function names for consistency
  * Allow extra operands for special colors

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydyf?expand=0&rev=24
2024-08-18 16:55:51 +00:00
4 changed files with 23 additions and 5 deletions

View File

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

3
pydyf-0.12.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Dec 28 20:29:51 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.12.1:
* Dont add /Info key in compressed trailer if info dict is
empty
* Python 3.13 and 3.14 are supported and tested
* Python 3.10+ is now needed, Python 3.8 and 3.9 are not
supported anymore
-------------------------------------------------------------------
Sun Aug 18 16:55:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.11.0:
* Remove deprecated version and identifier parameters
* Change some function names for consistency
* Allow extra operands for special colors
-------------------------------------------------------------------
Thu May 2 16:35:53 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pydyf
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2022-2023 Dr. Axel Braun <DocB@openSUSE.org>
#
# All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
%{?sle15_python_module_pythons}
Name: python-pydyf
Version: 0.10.0
Version: 0.12.1
Release: 0
Summary: A low-level PDF generator
License: BSD-3-Clause