Package Release Info

python-osc-tiny-0.10.8-bp160.1.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-osc-tiny

Change Logs

* Tue Jul 01 2025 maintenance-obs-robot <maintenance-automation-team@suse.de>
- Release 0.10.8
  - Fix pipeline mistake and add python 3.13 & 3.14 to the CI
* Fri Jun 20 2025 Chen Huang <chhuang@suse.com>
- Remove patch py313.patch
* Fri Jun 20 2025 maintenance-obs-robot <maintenance-automation-team@suse.de>
- Release 0.10.7
  - Fix: Change `deleted` back to being a boolean parameter instead of a boolean flag (closes #207)
  - Fix CI: Use container images for pre 3.8 pythons
  - Fix: test failure in PY13
* Tue Dec 10 2024 Markéta Machová <mmachova@suse.com>
- Add patch py313.patch to fix test failure
* Tue Nov 26 2024 maintenance-obs-robot <maintenance-automation-team@suse.de>
- Release 0.10.6
  * Fix: in changelog packager must contain email address
  * Docs: Updates
  * move contact email to action variables
* Tue Oct 29 2024 maintenance-obs-robot <maintenance-automation-team@suse.de>
- Release 0.10.5
  * Fix: request review - always default to state="new", because OBS considers it a mandatory attribute (fixes #194)
  * Docs: fix logger name in `quickstart.rst`
* Wed Sep 25 2024 maintenance-obs-robot <maintenance-automation-team@suse.de>
- Release 0.10.4
  * osctiny.models.request.Target model: add an optional 'repository' attribute (fixes #183) (#184)
  * osctiny.models.request.Target model: make the 'package' attribute optional (fixes #185) (#186)
  * Chore: Updated versions of GH actions (#189)
* Tue Aug 13 2024 Matej Cepl <mcepl@cepl.eu>
- Release 0.10.3
  * Fixed default value for CA path
  * Removed support for .osc data directory
  * Handle issues due to bugs in backports of responses
  * Auto release OBS: using osc-tiny and improved change log
* Tue Aug 13 2024 Chen Huang <chhuang@suse.com>
- Release v0.10.2
  * Replaced get_cookie_jar function with a CookieManager (#171)
  * Use urllib3.Retry instead of custom implementation
  * Use the latest Python version for actions
  * Automate the release on OBS(closes #138) (#170)
* Fri Jun 28 2024 Chen Huang <chhuang@suse.com>
- Release 0.10.1
  * Include description in request creation