15
0
Commit Graph

74 Commits

Author SHA256 Message Date
3817f62799 Accepting request 1046130 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1046130
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osc-tiny?expand=0&rev=26
2023-01-02 14:02:27 +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
08a5a36588 Accepting request 1042475 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1042475
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osc-tiny?expand=0&rev=25
2022-12-13 17:55:24 +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
86377226a7 Accepting request 1032915 from devel:languages:python
- 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/1032915
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osc-tiny?expand=0&rev=24
2022-11-03 18:14:01 +00:00
f3031e3d28 Clean up SPEC.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=67
2022-11-02 15:19:31 +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
fb19872376 Accepting request 1030158 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1030158
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osc-tiny?expand=0&rev=23
2022-10-20 14:03:33 +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
75b64839ad Accepting request 1008858 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1008858
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osc-tiny?expand=0&rev=22
2022-10-07 23:23:31 +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
eb7cf60c69 Accepting request 1004700 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1004700
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osc-tiny?expand=0&rev=21
2022-09-19 14:03:39 +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
beeb2445ef Accepting request 997538 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/997538
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osc-tiny?expand=0&rev=20
2022-08-17 16:17:11 +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
82b3713653 Accepting request 993539 from 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
- Fix conditional Requires and BuildRequires.

OBS-URL: https://build.opensuse.org/request/show/993539
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osc-tiny?expand=0&rev=19
2022-08-06 20:08:31 +00:00
a0d21819ca Make SPEC more SLE-15 compatible
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=54
2022-08-06 15:05:13 +00:00
bd04719e47 Missing BR
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=53
2022-08-03 12:50:45 +00:00
7dc1889b97 This way we are actually syntax compliant ;).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=52
2022-08-03 12:49:07 +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
ab6d2927db with replaced by and
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=50
2022-08-03 08:18:39 +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
600ecd5355 Accepting request 992375 from devel:languages:python
- It's PyYAML, not pyYAML.
- Fix two typos
- 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/992375
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osc-tiny?expand=0&rev=18
2022-08-02 20:09:33 +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
d08bc30d7c Accepting request 990578 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/990578
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osc-tiny?expand=0&rev=17
2022-07-22 17:21:14 +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
ccd3b4ac62 Accepting request 990423 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/990423
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osc-tiny?expand=0&rev=16
2022-07-21 09:33:08 +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
1a757b3d8c Accepting request 986371 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/986371
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osc-tiny?expand=0&rev=15
2022-07-03 16:26:52 +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
3c5dd70397 Accepting request 983573 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/983573
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osc-tiny?expand=0&rev=14
2022-06-18 20:06:25 +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
b33a9fda28 Accepting request 981539 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/981539
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osc-tiny?expand=0&rev=13
2022-06-10 13:57:37 +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
de648fa06f Accepting request 977829 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/977829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osc-tiny?expand=0&rev=12
2022-05-18 11:13:22 +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
b933e9339f Accepting request 947671 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/947671
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osc-tiny?expand=0&rev=11
2022-01-21 00:25:36 +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
a3703d348a Accepting request 928959 from devel:languages:python
- Release 0.4.1
  * Bugfix for configuration utilities
- Release 0.4.0
  * Added support to parse `osc` configuration
  * Bugfix for `origin` extension

OBS-URL: https://build.opensuse.org/request/show/928959
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osc-tiny?expand=0&rev=10
2021-11-03 16:26:21 +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
Richard Brown
85ead40c17 Accepting request 875933 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/875933
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osc-tiny?expand=0&rev=9
2021-03-02 11:34:39 +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
be6aef0eb8 Accepting request 861025 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/861025
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osc-tiny?expand=0&rev=8
2021-01-07 20:25:00 +00:00