Commit Graph

52 Commits

Author SHA1 Message Date
Packit
27574b0ed9 Update to 2.17.1 upstream release
- Resolves: rhbz#2294170

Upstream tag: 2.17.1
Upstream commit: 4bbaff1d

Commit authored by Packit automation (https://packit.dev/)
2024-06-25 05:12:17 +00:00
Packit
66cb214b34 Update to 2.17.0 upstream release
- Resolves: rhbz#2271182

Upstream tag: 2.17.0
Upstream commit: 05ffe42d

Commit authored by Packit automation (https://packit.dev/)
2024-06-21 00:16:44 +00:00
Packit
8d5de563e5 Update to 2.16.8 upstream release
Upstream tag: 2.16.8
Upstream commit: 79738d22

Commit authored by Packit automation (https://packit.dev/)
2024-06-14 10:21:04 +00:00
Adam Williamson
ec9a8dc5ee Backport PR #8744 to fix tests with Python 3.13 2024-06-13 11:09:39 -07:00
Python Maint
a0fcfb1151 Rebuilt for Python 3.13 2024-06-08 11:35:14 +02:00
Packit
495994b21c [packit] 2.15.31 upstream release
- Resolves rhbz#2270622

Upstream tag: 2.15.31
Upstream commit: fd2e21c0
2024-03-22 09:40:23 +00:00
Packit
6b9206d518 [packit] 2.15.30 upstream release
- Resolves rhbz#2259063

Upstream tag: 2.15.30
Upstream commit: ecd1a17c
2024-03-16 18:07:25 +00:00
Fedora Release Engineering
5968201d8a Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-23 00:00:39 +00:00
Fedora Release Engineering
035be9475e Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-19 14:02:50 +00:00
Packit
e922be2b81 [packit] 2.15.10 upstream release
- Resolves rhbz#2255621

Upstream tag: 2.15.10
Upstream commit: c75a13d1
2024-01-17 08:44:23 +00:00
Packit
2f586ad6f7 [packit] 2.15.2 upstream release
- Resolves rhbz#2254838

Upstream tag: 2.15.2
Upstream commit: 81c62fa2
2023-12-16 17:50:25 +00:00
Packit
42318b792d [packit] 2.15.1 upstream release
- Resolves rhbz#2251124

Upstream tag: 2.15.1
Upstream commit: 09fcfba2
2023-12-15 14:32:38 +01:00
Nikola Forró
ec87fd2046 Fix Python 3.12 patch 2023-12-07 15:45:54 +01:00
Packit
8ce77bd025 [packit] 2.13.37 upstream release
- Resolves rhbz#2250398

Upstream tag: 2.13.37
Upstream commit: 66af26fd
2023-11-18 04:48:21 +00:00
Packit
0cb1b0dcab [packit] 2.13.36 upstream release
- Resolves rhbz#2247595

Upstream tag: 2.13.36
Upstream commit: 8a4f8bf7
2023-11-15 22:19:55 +00:00
Packit
83d8b79736 [packit] 2.13.30 upstream release
- Resolves rhbz#2203325
Upstream tag: 2.13.30
Upstream commit: 580ceb06
2023-10-27 20:12:58 +00:00
Packit
a4666db835 [packit] 2.13.28 upstream release
Upstream tag: 2.13.28
Upstream commit: 014d436d
2023-10-24 13:47:13 +00:00
Nikola Forró
77b814c588 Fix ruamel-yaml patch and improve Python version compatibility 2023-10-24 10:32:19 +02:00
Yaakov Selkowitz
c18f1ec67f Skip flaky yaml output test
There seems to be little point in comparing YAML output as plain text,
which is also subject to fields being listed in a different order, when
the parsed output (which should be all that matters) is subsequently
being compared.
2023-10-17 20:40:12 -04:00
Miro Hrončok
29588c2967 Don't use pytest-xdist in ELN
pytest-xdist is unwanted in ELN, this package brought it in.
2023-10-16 14:14:36 +02:00
Packit
89fce220b6 [packit] 2.13.26 upstream release
Upstream tag: 2.13.26
Upstream commit: ad1844a9
Resolves rhbz#2203325
2023-10-14 15:28:10 +00:00
Packit
c5d4aec920 [packit] 2.13.23 upstream release
Upstream tag: 2.13.23
Upstream commit: 4726541b
Resolves rhbz#2203325
2023-10-04 03:58:57 +00:00
Packit
1ca44cd2c0 [packit] 2.13.17 upstream release
Upstream tag: 2.13.17
Upstream commit: 9042ef91

If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork):
```
git fetch https://src.fedoraproject.org/forks/packit/rpms/awscli2.git refs/heads/*:refs/remotes/packit/*
git checkout packit/2.13.17-rawhide-update-pull_from_upstream
```
2023-09-09 06:07:44 +00:00
Packit
8305657c9f [packit] 2.13.12 upstream release
Upstream tag: 2.13.12
Upstream commit: 4b31f135

If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork):
```
git fetch https://src.fedoraproject.org/forks/packit/rpms/awscli2.git refs/heads/*:refs/remotes/packit/*
git checkout packit/2.13.12-rawhide-update-pull_from_upstream
```
2023-08-24 00:50:42 +00:00
Packit
1bf84d714b [packit] 2.13.11 upstream release
Upstream tag: 2.13.11
Upstream commit: 27f75dbd

If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork):
```
git fetch https://src.fedoraproject.org/forks/packit/rpms/awscli2.git refs/heads/*:refs/remotes/packit/*
git checkout packit/2.13.11-rawhide-update-pull_from_upstream
```
2023-08-22 00:04:36 +00:00
Nikola Forró
111905697d Fix Packit config 2023-08-17 08:26:29 +02:00
Nikola Forró
dd7fc29288 Make pull-from-upstream react only to v2 tags 2023-08-14 15:16:51 +02:00
Packit
59c0bb6440 [packit] 2.13.9 upstream release
Upstream tag: 2.13.9
Upstream commit: c076a7bb

If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork):
```
git fetch https://src.fedoraproject.org/forks/packit/rpms/awscli2.git refs/heads/*:refs/remotes/packit/*
git checkout packit/2.13.9-rawhide-update-pull_from_upstream
```
2023-08-11 20:02:31 +00:00
Packit
62f260a00a [packit] 2.13.7 upstream release
Upstream tag: 2.13.7
Upstream commit: 4393dcdf

If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork):
```
git fetch https://src.fedoraproject.org/forks/packit/rpms/awscli2.git refs/heads/*:refs/remotes/packit/*
git checkout packit/2.13.7-rawhide-update-pull_from_upstream
```
2023-08-05 17:14:21 +00:00
Packit
adc4bc25ae [packit] 2.13.6 upstream release
Upstream tag: 2.13.6
Upstream commit: 72ef8593

If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork):
```
git fetch https://src.fedoraproject.org/forks/packit/rpms/awscli2.git refs/heads/*:refs/remotes/packit/*
git checkout packit/2.13.6-rawhide-update-pull_from_upstream
```
2023-08-04 03:15:17 +00:00
Davide Cavalca
2fdea5c974 Fix build on ELN 2023-07-28 10:19:30 -07:00
Packit
8ac2b25296 [packit] 2.13.4 upstream release
Upstream tag: 2.13.4
Upstream commit: 5b200144

If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork):
```
git fetch https://src.fedoraproject.org/forks/packit/rpms/awscli2.git refs/heads/*:refs/remotes/packit/*
git checkout packit/2.13.4-rawhide-update-pull_from_upstream
```
2023-07-27 20:13:35 +00:00
Nikola Forró
7529f0706c Update to 2.13.3 and fix FTBFS 2023-07-26 14:05:14 +02:00
Fedora Release Engineering
1a5b7b1fe6 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-19 14:16:11 +00:00
Python Maint
af8b90f923 Rebuilt for Python 3.12 2023-06-15 15:58:59 +02:00
Packit
5af6576512 [packit] 2.12.0 upstream release
Upstream tag: 2.12.0
Upstream commit: 1774fa9a
2023-06-15 02:06:22 +00:00
Packit
5b51d2484f [packit] 2.11.27 upstream release
Upstream tag: 2.11.27
Upstream commit: 4ba3b4e5
2023-06-09 21:52:51 +00:00
Packit
cb7348ef37 [packit] 2.11.26 upstream release
Upstream tag: 2.11.26
Upstream commit: b9eda723
2023-06-08 15:10:09 +00:00
Packit
0ac3c58699 [packit] 2.11.25 upstream release
Upstream tag: 2.11.25
Upstream commit: 4a50c13d
2023-06-05 23:25:14 +00:00
Packit
559d37eed6 [packit] 2.11.24 upstream release
Upstream tag: 2.11.24
Upstream commit: be9de862
2023-06-01 03:30:56 +00:00
Packit
8d8b5f0f83 [packit] 2.11.23 upstream release
Upstream tag: 2.11.23
Upstream commit: f718012d
2023-05-27 18:31:02 +00:00
Packit
eed208b420 [packit] 2.11.22 upstream release
Upstream tag: 2.11.22
Upstream commit: edb2aadf
2023-05-26 08:55:58 +00:00
Packit
05ed9ea4e3 [packit] 2.11.21 upstream release
Upstream tag: 2.11.21
Upstream commit: 522036bf
2023-05-20 06:09:35 +00:00
Packit
59af44a3a7 [packit] 2.11.20 upstream release
Upstream tag: 2.11.20
Upstream commit: d5dd3c4e
2023-05-13 03:31:02 +00:00
Packit
49a560c12e [packit] 2.11.19 upstream release
Upstream tag: 2.11.19
Upstream commit: 408d5114
2023-05-11 22:23:51 +00:00
Nikola Forró
9c0250fbbf Update to 2.11.18 and add missing Provides 2023-05-10 17:51:22 +02:00
Nikola Forró
e0a28379fd Enable Packit
[skip changelog]
2023-05-10 09:43:03 +02:00
0683b1f2a7
fix typo in comment 2023-05-08 15:51:35 +00:00
b00a806470
use upstream metadata for test deps
[skip changelog]
2023-05-08 14:30:19 +00:00
3a8ae5cc66
use modern shell completions macros
The shell completions macros are available on all Fedora and EPEL
releases. Also, the filesystem package already owns the parent
directories, so there's no need to do that here.

[skip changelog]
2023-05-06 16:50:38 +00:00