14
0
Commit Graph

48 Commits

Author SHA256 Message Date
eea102f72f Accepting request 1193457 from home:maintenance-obs-robot:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1193457
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=92
2024-08-13 12:59:57 +00:00
bbea981f82 Accepting request 1183867 from home:ChHuang
Release 0.10.1

OBS-URL: https://build.opensuse.org/request/show/1183867
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=90
2024-06-28 15:07:48 +00:00
Andreas Hasenkopf
5a35e76055 Accepting request 1183627 from home:ChHuang
Release 0.10.0

OBS-URL: https://build.opensuse.org/request/show/1183627
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=88
2024-06-28 07:11:32 +00:00
8befca980b Accepting request 1175728 from home:gniebler:branches
- Release 0.9.1
  * Staging extension: fix the return value of set_status_report() (fixes #158)
  * Document OBS release process

OBS-URL: https://build.opensuse.org/request/show/1175728
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=86
2024-05-22 10:02:09 +00:00
b27d6164b6 Accepting request 1173643 from home:gniebler:branches
- Release 0.9.0
  * Staging extension (closes #151) (#154)
  * Type annotations and models

OBS-URL: https://build.opensuse.org/request/show/1173643
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=84
2024-05-13 12:16:36 +00:00
9f1eda1d24 Accepting request 1173629 from home:rfrohl:branches:devel:languages:python
build for all python versions, including python311

OBS-URL: https://build.opensuse.org/request/show/1173629
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=83
2024-05-13 11:38:30 +00:00
dcd0bf2a67 - update to 0.8.2:
* If `osc` raises an exception, pretend it is not there
  * Treat `deleted` and `expand` parameters of `/source/<project>/`
  * Do not send the `deleted` parameter, when the `view` parameter
  * Use `cached_property` instead of `backports.cached_property`
  * Handle absence of `sshkey` in `.oscrc` gracefully
  * Removed obsolete parser instance to allow pickling of Osc instances

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=81
2024-03-24 08:55:32 +00:00
b952825311 Accepting request 1132531 from home:apritschet:branches:openSUSE:Factory
- Release 0.8.1
  * Support for new OSC config

OBS-URL: https://build.opensuse.org/request/show/1132531
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=79
2023-12-11 19:11:07 +00:00
Andreas Hasenkopf
33c9074714 Accepting request 1129968 from home:bluesunshine
Wed Nov  29 18:03:47 UTC 2023 - Chen Huang <chhuang@suse.com>
- Release 0.8.0
  * Added the attributes extension
  * Project.get_meta: target the /_project path to really get specific revisions
  * Add an optional rev parameter to Project.get_meta
  * Reusable function to extract error message from responses and converted get_objectified_xml into standalone function
  * Removed backport of lru_cache
  * Session optimizations
  * Add Build.get_log

OBS-URL: https://build.opensuse.org/request/show/1129968
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=77
2023-11-30 11:46:28 +00:00
402edd79f2 Accepting request 1069521 from home:apritschet:branches:openSUSE:Factory
- Release .0.7.12
  * Enhanced usability and reliability for `HttpSignatureAuth`
  * Prevent sharing of sessions across forked processes
  * Fixed typo in quickstart doc

OBS-URL: https://build.opensuse.org/request/show/1069521
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=75
2023-03-06 14:20:02 +00:00
5565a7140d Accepting request 1056999 from home:apritschet:branches:openSUSE:Factory
- Release 0.7.11
  * Make it possible to force setting meta
  * Improved strong authentication method
  * Support product list views honoring the `expand` parameter

OBS-URL: https://build.opensuse.org/request/show/1056999
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=73
2023-01-09 12:56:28 +00:00
222790d4a8 Accepting request 1046117 from home:apritschet:branches:openSUSE:Factory
- Release 0.7.10
  * Include the original error message, when an SSH key cannot be read
  * Added a link to the documentation of `HttpSignatureAuth`
  * Allow `Package.exists` to raise exceptions
  * Added methods to get/set the project config

OBS-URL: https://build.opensuse.org/request/show/1046117
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=71
2023-01-02 10:10:43 +00:00
3edef6ad31 Accepting request 1042358 from home:apritschet:branches:openSUSE:Factory
- Release 0.7.9
  * Simplified handling of SSH keys (fixes #114)
  * Replaced `Request.cmd` with `Request.update` (fixes #113)
  * Added a comment parameter to project and package `set_meta`

OBS-URL: https://build.opensuse.org/request/show/1042358
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=69
2022-12-12 21:01:54 +00:00
d181efcef9 Accepting request 1032867 from home:apritschet:branches:openSUSE:Factory
- Release 0.7.7
  * Support for Python 3.11
  * Workaround for another parameter inconsistency in the API

OBS-URL: https://build.opensuse.org/request/show/1032867
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=66
2022-11-02 15:15:09 +00:00
02776dcc3f Accepting request 1030114 from home:apritschet:branches:openSUSE:Factory
- Release 0.7.6
  * Treat `deleted` and `expand` parameters of `/source/<project>/` 
    as boolean (despite not being documented as such)
  * Do not send the `deleted` parameter, when the `view` parameter 
    is present

OBS-URL: https://build.opensuse.org/request/show/1030114
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=64
2022-10-20 12:07:33 +00:00
5a3b3d36a9 Accepting request 1008800 from home:apritschet:branches:openSUSE:Factory
- Release 0.7.5
  * Workaround for another inconsistency in parameter handling in OBS API

OBS-URL: https://build.opensuse.org/request/show/1008800
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=62
2022-10-07 18:35:07 +00:00
b50fef16dd Accepting request 1008139 from home:apritschet:branches:openSUSE:Factory
- Release 0.7.4
  * Deprecated `Project.get_files` (fixes #101)
    (i.e. yet another workaround for an inconsistent server API)
  * Updated documentation for `Package.cmd` method

OBS-URL: https://build.opensuse.org/request/show/1008139
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=61
2022-10-06 08:57:49 +00:00
Andreas Hasenkopf
47eda902c4 Accepting request 1004698 from home:apritschet:branches:devel:languages:python
- Release 0.7.3
  * Consider "boolean" parameters of specific API endpoints (fixes #97)
    Workaround for
    https://github.com/openSUSE/open-build-service/issues/9715

OBS-URL: https://build.opensuse.org/request/show/1004698
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=59
2022-09-19 12:19:08 +00:00
0673cc8275 Accepting request 1004598 from home:apritschet:branches:openSUSE:Factory
- Release 0.7.2
  * Suppress logging of response content when streaming
  * Fixed error in docstring
  * Removed Python2 support libararies (closes #81)
  * Removed warning about boolean query params
  * Fixed issues in `Project.put_meta` (fixes #84)
  * Deprecated `projects.put_meta` in favor of using `set_meta` (fixes #85)

OBS-URL: https://build.opensuse.org/request/show/1004598
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=58
2022-09-19 07:57:46 +00:00
04a30e6579 Accepting request 997364 from home:apritschet:branches:openSUSE:Factory
- Release 0.7.1
  * Make distinction between "true" booleans and pretenders
- Release 0.7.0
  * Support setting of multiple values on attribute
  * Added feature to download binaries
  * Handle boolean query params
  * Convert relative paths to SSH keys to absolute paths

OBS-URL: https://build.opensuse.org/request/show/997364
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=56
2022-08-17 12:39:41 +00:00
cae9389941 Accepting request 992543 from home:deneb_alpha:branches:devel:languages:python
- Buildrequires cached-property always, not only for Python lower than 3.8
  * This is needed due to a mismatching python-rpm-macros

OBS-URL: https://build.opensuse.org/request/show/992543
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=51
2022-08-03 10:10:32 +00:00
e39b2f1811 - Fix conditional Requires and BuildRequires.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=49
2022-08-03 08:02:25 +00:00
995b5400a1 - It's PyYAML, not pyYAML.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=47
2022-08-02 15:45:54 +00:00
38f75bca2e - Fix two typos
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=46
2022-08-02 08:23:11 +00:00
9ba2599ee2 Accepting request 992107 from home:deneb_alpha:branches:devel:languages:python
- Enhanced dependency management for Py3.7 and earlier
  * Re-add `responses` that is needed for building tests
- Use python_module macro for build requires
- Remove the BuildRequires:  %{python_module devel}
- Refactoring of spec file with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/992107
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=45
2022-08-02 08:22:03 +00:00
ef0ed81e15 Accepting request 990570 from home:apritschet:branches:openSUSE:Factory
- Release 0.6.6
  * Workaround for credential mangers of `osc` having different return types

OBS-URL: https://build.opensuse.org/request/show/990570
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=43
2022-07-21 15:17:07 +00:00
349965cda7 Accepting request 990409 from home:apritschet:branches:devel:languages:python
- Release 0.6.5: Enhanced dependency management
  * Removed `responses` as requirement
  * Use `cached_property` instead of `backports.cached_property` 
    (which is not in the openSUSE repos)
  * Only install `cached_property` as requirement for Py3.7 and earlier

OBS-URL: https://build.opensuse.org/request/show/990409
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=41
2022-07-20 14:16:04 +00:00
283cfe1880 Accepting request 990085 from home:apritschet:branches:devel:languages:python
- Release 0.6.4
  * Handle 40x (x!=1) responses properly in `HttpSignatureAuth`

OBS-URL: https://build.opensuse.org/request/show/990085
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=40
2022-07-19 09:32:42 +00:00
7fdb674d68 Accepting request 989808 from home:apritschet:branches:devel:languages:python
- Release 0.6.3
  * Do not assume that `oscrc` contains the SSH passphrase
  * Handle absence of `sshkey` in `.oscrc` gracefully

OBS-URL: https://build.opensuse.org/request/show/989808
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=39
2022-07-18 11:33:10 +00:00
54973b8822 Accepting request 986015 from home:apritschet:branches:openSUSE:Factory
- Release 0.6.2
  * Added `cmd` method to `Build` extension
  * Fixes for sessions and authentication:
    * Use thread-safe sessions and support huge trees again
    * Support for server returning multiple `WWW-Authenticate` headers

OBS-URL: https://build.opensuse.org/request/show/986015
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=37
2022-07-02 16:27:35 +00:00
349285c4b3 Accepting request 983319 from home:apritschet:branches:openSUSE:Factory
- Release 0.6.1
  * Removed obsolete parser instance to allow pickling of Osc instances

OBS-URL: https://build.opensuse.org/request/show/983319
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=35
2022-06-18 13:07:35 +00:00
6202aedabf Accepting request 981497 from home:apritschet:branches:devel:languages:python
- Release 0.6.0
  * Support for the "Signature authentication scheme"
  * Revised method to retrieve credentials from `osc`

OBS-URL: https://build.opensuse.org/request/show/981497
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=33
2022-06-09 15:20:24 +00:00
2361daa784 Accepting request 977771 from home:apritschet:branches:openSUSE:Factory
- Release 0.5.0
  * Added capability to log API requests (without headers!) and responses
  * Make it possible to add a comment when pushing files
  * Added method to get build history

OBS-URL: https://build.opensuse.org/request/show/977771
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=31
2022-05-17 18:52:38 +00:00
88b39dce13 Accepting request 947664 from home:apritschet:branches:openSUSE:Factory
- Release 0.4.2
  * Bugfix: Explicitly quote special characters in URLs

OBS-URL: https://build.opensuse.org/request/show/947664
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=30
2022-01-20 11:12:43 +00:00
ad63df2077 Accepting request 928953 from home:apritschet:branches:devel:languages:python
Updated changelog

OBS-URL: https://build.opensuse.org/request/show/928953
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=29
2021-11-03 08:27:17 +00:00
8f91160785 Accepting request 920859 from home:apritschet:branches:devel:languages:python
Release 0.4.1 contains bugfixes and a new utility to read the `osc` config

OBS-URL: https://build.opensuse.org/request/show/920859
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=28
2021-09-22 12:07:34 +00:00
771ee2e6b9 Accepting request 875912 from home:apritschet:branches:openSUSE:Factory
- Release 0.3.3
  * Added the `expand` parameter to some methods of the packages extension.

OBS-URL: https://build.opensuse.org/request/show/875912
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=26
2021-03-01 09:55:04 +00:00
e4a51a85f4 Accepting request 860980 from home:apritschet:branches:openSUSE:Factory
- Release 0.3.2
  * Support cached_property decorator from the OpenSUSE package
- Release 0.3.1
  * Support for PyYAML without libyaml
- Release 0.3.0
  * Added osctiny.extensions.origin
  * Added osctiny.utils.mapping
  * Removed support for all Python version prior to 3.6

OBS-URL: https://build.opensuse.org/request/show/860980
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=24
2021-01-07 11:37:34 +00:00
7e3308b1e3 Accepting request 834578 from home:apritschet:branches:devel:languages:python
- version update to 0.2.4
  * Added osctiny.extensions.buildresults.Build.get_binary()
  * Added osctiny.extensions.buildresults.Build.get_package_list()
  * Changed osctiny.osc.Osc.get_objectified_xml() to accept request objects and strings

OBS-URL: https://build.opensuse.org/request/show/834578
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=22
2020-09-15 11:21:51 +00:00
Tomáš Chvátal
f92aaf233a Accepting request 817606 from home:apritschet:branches:openSUSE:Factory
Version update to 0.2.3 adds the `distributions` extension

OBS-URL: https://build.opensuse.org/request/show/817606
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=20
2020-06-29 07:54:42 +00:00
1a46e0c5a4 Accepting request 816368 from devel:languages:python
revert

OBS-URL: https://build.opensuse.org/request/show/816368
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=19
2020-06-22 13:13:24 +00:00
a9e56f726a Fix changes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=18
2020-06-22 11:43:02 +00:00
f75843e08b - Don't build with python2 (and thus we don't need unittest2
in Factory).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=13
2020-06-22 06:19:32 +00:00
Tomáš Chvátal
dd3392bd2e Accepting request 810861 from home:pgajdos:python
- for python2, require python2-unittest2 and python2-mock for build

OBS-URL: https://build.opensuse.org/request/show/810861
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=11
2020-06-02 16:33:18 +00:00
Tomáš Chvátal
70d14b617c Accepting request 789040 from home:pgajdos:python
- version update to 0.2.2
 * Added the `issues` extension
 * Give (read only) access to issues and issue trackers known to BuildService
 * Set version to 0.2.2
 * Dirty hacks for Python2 compatibility

OBS-URL: https://build.opensuse.org/request/show/789040
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=9
2020-03-27 13:53:56 +00:00
Tomáš Chvátal
7e85e5c4a3 Accepting request 763922 from home:ChHuang
Update to version 0.2.1

OBS-URL: https://build.opensuse.org/request/show/763922
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=6
2020-01-13 12:03:45 +00:00
Tomáš Chvátal
bb8edd1416 Accepting request 760061 from home:apritschet
- Version 0.1.11
- Changed structure of sub-modules
- Added `osctiny.utils.changelog`
- Added parameter `expand` to `osctiny.extensions.packages.Package.get_file`

OBS-URL: https://build.opensuse.org/request/show/760061
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=4
2020-01-02 08:56:37 +00:00
Tomáš Chvátal
6b59377b7a - Source package instead of _serive "download_files"
- Version 0.1.10

- New package osc-tiny (version 0.1.9)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=2
2019-12-03 12:11:52 +00:00