Compare commits

17 Commits

Author SHA256 Message Date
ec81d7a508 Accepting request 1308106 from devel:languages:python
- update to 0.17.2:
  * Fix printer `printer-state-reasons` attributes spelling
    mistakes @kosuke-zhang

OBS-URL: https://build.opensuse.org/request/show/1308106
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyipp?expand=0&rev=8
2025-09-30 15:41:35 +00:00
4c3e718e69 - update to 0.17.2:
* Fix printer `printer-state-reasons` attributes spelling
    mistakes @kosuke-zhang

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyipp?expand=0&rev=17
2025-09-30 06:46:45 +00:00
886bb4eafb Accepting request 1299289 from devel:languages:python
- Add missing BuildRequires on pytest-asyncio.
- Add missing Requires.

OBS-URL: https://build.opensuse.org/request/show/1299289
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyipp?expand=0&rev=7
2025-08-15 19:51:24 +00:00
dbdc1b534c - Add missing BuildRequires on pytest-asyncio.
- Add missing Requires.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyipp?expand=0&rev=15
2025-08-14 00:53:48 +00:00
6f58d1f746 Accepting request 1273205 from devel:languages:python
- update to 0.17.1:
  * Add "sides" keyword @felindev
  * enums.py: Add additional finishings from PWG 5100.1 to
    IppFinishing @d3-ksmith

OBS-URL: https://build.opensuse.org/request/show/1273205
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyipp?expand=0&rev=6
2025-04-29 14:40:30 +00:00
0c31c40d80 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
2025-01-13 16:51:23 +00:00
88c4e0fb29 - 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/package/show/devel:languages:python/python-pyipp?expand=0&rev=11
2025-01-13 01:39:30 +00:00
528efe6081 Accepting request 1191753 from devel:languages:python
- update to 0.16.0:
  * Allow passing IPP version to IPP dataclass @ctalkington
  * Use trusted publisher for release workflow @ctalkington

OBS-URL: https://build.opensuse.org/request/show/1191753
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyipp?expand=0&rev=4
2024-08-06 07:08:06 +00:00
a3ed505675 - update to 0.16.0:
* Allow passing IPP version to IPP dataclass @ctalkington
  * Use trusted publisher for release workflow @ctalkington

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyipp?expand=0&rev=9
2024-08-05 18:58:31 +00:00
e1862a4481 Accepting request 1158436 from devel:languages:python
- update to 0.15.0:
  * Add ability to retrieve Printer model as dictionary
- update to 0.14.5:
  * Make sure uri_supported is always a list @joostlek
  * Ensure uri supported fallback is string @ctalkington

OBS-URL: https://build.opensuse.org/request/show/1158436
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyipp?expand=0&rev=3
2024-03-17 21:14:48 +00:00
9ec5c668a2 - update to 0.15.0:
* Add ability to retrieve Printer model as dictionary
- update to 0.14.5:
  * Make sure uri_supported is always a list @joostlek
  * Ensure uri supported fallback is string @ctalkington

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyipp?expand=0&rev=7
2024-03-16 09:59:54 +00:00
a86173cf96 Accepting request 1136462 from devel:languages:python
- update to 0.14.4:
  * Fix type of info.printer_uri_supported
  * fix: remove I/O in the event loop when creating IPP
  * Convert client class to dataclass
- update to 0.14.0:
  * Export all models
  * Thaw models
- update to 0.13.0:
  * Allow for markers and URIs being single values
  * Improvements to serializer
  * Improve typing
  * Refactor models
  * Configure Renovate
  * Improvements to serializer
  * Improve typing
  * Define exports
  * Improve models test coverage
  * Refactor models
  * Development workflow updates
- update to 0.12.1:
  * Add marker/other attributes to default attributes
- update to 0.12.0:
  * This release requires Python 3.9
  * Use encoded value length when serializing attributes
  * Accept successful and informational status codes
  * Add additional tags/enum cleanup. Fix date parsing.
  * Adding printer-more-info support
  * Packaging Overhaul (Python 3.9)
  * Add Kyocera to known makes
  * Parse unsupported-attributes group

OBS-URL: https://build.opensuse.org/request/show/1136462
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyipp?expand=0&rev=2
2024-01-03 11:32:53 +00:00
0b9dd2c2fb - update to 0.14.4:
* Fix type of info.printer_uri_supported
  * fix: remove I/O in the event loop when creating IPP
  * Convert client class to dataclass
- update to 0.14.0:
  * Export all models
  * Thaw models
- update to 0.13.0:
  * Allow for markers and URIs being single values
  * Improvements to serializer
  * Improve typing
  * Refactor models
  * Configure Renovate
  * Improvements to serializer
  * Improve typing
  * Define exports
  * Improve models test coverage
  * Refactor models
  * Development workflow updates
- update to 0.12.1:
  * Add marker/other attributes to default attributes
- update to 0.12.0:
  * This release requires Python 3.9
  * Use encoded value length when serializing attributes
  * Accept successful and informational status codes
  * Add additional tags/enum cleanup. Fix date parsing.
  * Adding printer-more-info support
  * Packaging Overhaul (Python 3.9)
  * Add Kyocera to known makes
  * Parse unsupported-attributes group

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyipp?expand=0&rev=5
2024-01-03 10:22:52 +00:00
72e93e6b6e - spec file cleanups
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyipp?expand=0&rev=4
2024-01-03 10:12:55 +00:00
3cd7618559 Accepting request 865379 from devel:languages:python
used by home-assistant

OBS-URL: https://build.opensuse.org/request/show/865379
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyipp?expand=0&rev=1
2021-01-21 20:57:36 +00:00
06ccc49645 spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyipp?expand=0&rev=2
2021-01-21 11:52:11 +00:00
b0b5228452 Accepting request 865047 from home:alarrosa:branches:devel:languages:python
New package python-pyipp, used by home-assistant

OBS-URL: https://build.opensuse.org/request/show/865047
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyipp?expand=0&rev=1
2021-01-21 11:50:39 +00:00
12 changed files with 24 additions and 27 deletions

View File

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

View File

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

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

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

View File

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

View File

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

View File

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

View File

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

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

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Sep 30 06:46:30 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.17.2:
* Fix printer `printer-state-reasons` attributes spelling
mistakes @kosuke-zhang
-------------------------------------------------------------------
Thu Aug 14 00:53:19 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Add missing BuildRequires on pytest-asyncio.
- Add missing Requires.
-------------------------------------------------------------------
Mon Apr 28 16:34:15 UTC 2025 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pyipp
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,11 +18,10 @@
%{?sle15_python_module_pythons}
Name: python-pyipp
Version: 0.17.1
Version: 0.17.2
Release: 0
Summary: Asynchronous Python client for Internet Printing Protocol (IPP)
License: MIT
Group: Development/Languages/Python
URL: https://github.com/ctalkington/python-ipp
Source0: https://files.pythonhosted.org/packages/source/p/pyipp/pyipp-%{version}.tar.gz
Source1: https://github.com/ctalkington/python-ipp/archive/%{version}.tar.gz#/pyipp-%{version}-gh-tests.tar.gz
@@ -33,6 +32,7 @@ BuildRequires: %{python_module covdefaults}
BuildRequires: %{python_module deepmerge >= 0.1.0}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry-core}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools_scm}
@@ -42,6 +42,8 @@ BuildRequires: %{python_module yarl >= 1.4.2}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-aiohttp >= 3.6.2
Requires: python-awesomeversion >= 21.10.1
Requires: python-backoff >= 2.2.0
Requires: python-deepmerge >= 0.1.0
Requires: python-yarl >= 1.4.2
BuildArch: noarch