14
0
forked from pool/python-pyipp

Accepting request 1237210 from devel:languages:python

- Update to 0.17.0
  * Fix parsing of IPP collections @ctalkington (#572)
  * Fix finishings enum @ctalkington (#604)
  * Parse more enums to python enums @ctalkington (#573)
  * Support appending pre-encoded data when serializing @dellorogiulio (#510)
  * Track when printer was last booted using uptime @ctalkington (#599)
  * Add media and center-of-pixel attributes tags to map @so-saf (#598)
  * Use syrupy snapshots for parser tests @ctalkington (#571)
  * Update dependency pylint to v3.2.0 @renovate (#569)
  * Update actions/checkout action to v4.1.6 @renovate (#570)
  * Update dependency node to v20.14.0 @renovate (#583)
  * Update actions/checkout action to v4.2.1 @renovate (#586)
  * Update codecov/codecov-action action to v4.6.0 @renovate (#576)
  * Update dependency pytest to v8.3.3 @renovate (#577)
  * Update dependency pytest-asyncio to v0.24.0 @renovate (#578)
  * Update dependency prettier to v3.3.3 @renovate (#584)
  * Update dependency coverage to v7.6.2 @renovate (#581)
  * Update dependency codespell to v2.3.0 @renovate (#580)
  * Update dependency pylint to v3.3.1 @renovate (#574)
  * Update pypa/gh-action-pypi-publish action to v1.10.3 @renovate (#600)
  * Update dependency ruff to v0.6.9 @renovate (#579)
  * Update actions/setup-python action to v5.2.0 @renovate (#602)
  * Update dependency safety to v3.2.8 @renovate (#601)
  * Update dependency yarl to v1.14.0 @renovate (#603)
  * Update dependency aiohttp to v3.10.2 [SECURITY] @renovate (#595)
- Update BuildRequires from pyproject.toml

OBS-URL: https://build.opensuse.org/request/show/1237210
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyipp?expand=0&rev=5
This commit is contained in:
2025-01-13 16:51:23 +00:00
committed by Git OBS Bridge
6 changed files with 39 additions and 8 deletions

View File

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

View File

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

View File

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

3
pyipp-0.17.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Fri Jan 10 09:32:38 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.17.0
* Fix parsing of IPP collections @ctalkington (#572)
* Fix finishings enum @ctalkington (#604)
* Parse more enums to python enums @ctalkington (#573)
* Support appending pre-encoded data when serializing @dellorogiulio (#510)
* Track when printer was last booted using uptime @ctalkington (#599)
* Add media and center-of-pixel attributes tags to map @so-saf (#598)
* Use syrupy snapshots for parser tests @ctalkington (#571)
* Update dependency pylint to v3.2.0 @renovate (#569)
* Update actions/checkout action to v4.1.6 @renovate (#570)
* Update dependency node to v20.14.0 @renovate (#583)
* Update actions/checkout action to v4.2.1 @renovate (#586)
* Update codecov/codecov-action action to v4.6.0 @renovate (#576)
* Update dependency pytest to v8.3.3 @renovate (#577)
* Update dependency pytest-asyncio to v0.24.0 @renovate (#578)
* Update dependency prettier to v3.3.3 @renovate (#584)
* Update dependency coverage to v7.6.2 @renovate (#581)
* Update dependency codespell to v2.3.0 @renovate (#580)
* Update dependency pylint to v3.3.1 @renovate (#574)
* Update pypa/gh-action-pypi-publish action to v1.10.3 @renovate (#600)
* Update dependency ruff to v0.6.9 @renovate (#579)
* Update actions/setup-python action to v5.2.0 @renovate (#602)
* Update dependency safety to v3.2.8 @renovate (#601)
* Update dependency yarl to v1.14.0 @renovate (#603)
* Update dependency aiohttp to v3.10.2 [SECURITY] @renovate (#595)
- Update BuildRequires from pyproject.toml
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 5 18:58:13 UTC 2024 - Dirk Müller <dmueller@suse.com> Mon Aug 5 18:58:13 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pyipp # spec file for package python-pyipp
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-pyipp Name: python-pyipp
Version: 0.16.0 Version: 0.17.0
Release: 0 Release: 0
Summary: Asynchronous Python client for Internet Printing Protocol (IPP) Summary: Asynchronous Python client for Internet Printing Protocol (IPP)
License: MIT License: MIT
@@ -36,6 +36,7 @@ BuildRequires: %{python_module poetry-core}
BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module syrupy}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
BuildRequires: %{python_module yarl >= 1.4.2} BuildRequires: %{python_module yarl >= 1.4.2}
BuildRequires: fdupes BuildRequires: fdupes