Commit Graph

470 Commits

Author SHA1 Message Date
Gwyn Ciesla
15c652d24b 1.19.91 2021-06-09 14:58:05 -05:00
Gwyn Ciesla
a4c4916a2b 1.19.90 2021-06-08 15:06:04 -05:00
Gwyn Ciesla
6e66d8015c Clean dupe version. 2021-06-08 10:04:53 -05:00
Gwyn Ciesla
817984d333 Merge branch 'rawhide' of ssh://pkgs.fedoraproject.org/rpms/awscli into rawhide 2021-06-08 10:04:03 -05:00
Gwyn Ciesla
d91eb8a53e EVR bump 2021-06-08 10:03:19 -05:00
Major Hayden
dd3bfed628
📦 Use forge macros
The forge macros are recommended in the packaging guide and making this
change now would make it a little easier when doing the work to move to
awscli-v2.

Signed-off-by: Major Hayden <major@mhtx.net>
2021-06-07 15:58:06 -05:00
Gwyn Ciesla
d88b3e84b6 1.19.89 2021-06-07 15:16:42 -05:00
Python Maint
47a5bee529 Rebuilt for Python 3.10 2021-06-07 11:13:15 +02:00
Gwyn Ciesla
05f6e20f7a 1.19.88 2021-06-04 15:03:03 -05:00
Python Maint
614ab05ec0 Rebuilt for Python 3.10 2021-06-04 19:59:58 +02:00
Gwyn Ciesla
a73fa84484 1.19.87 2021-06-03 15:23:51 -05:00
Gwyn Ciesla
313825f9e5 1.19.86 2021-06-02 14:49:35 -05:00
Gwyn Ciesla
2466665868 1.19.85 2021-06-01 14:44:30 -05:00
Gwyn Ciesla
32cea063a9 1.19.84 2021-05-28 14:58:35 -05:00
Gwyn Ciesla
a1191a6085 1.19.83 2021-05-27 14:58:16 -05:00
Gwyn Ciesla
b4b3223bd7 1.19.82 2021-05-27 08:35:32 -05:00
Gwyn Ciesla
d8d091186e 1.19.81 2021-05-26 16:09:02 -05:00
Gwyn Ciesla
a9df4711b6 1.19.80 2021-05-25 16:12:11 -05:00
Gwyn Ciesla
8baa1e92f0 1.19.79 2021-05-25 09:00:09 -05:00
Gwyn Ciesla
e4f9ece22a 1.19.78 2021-05-21 14:55:16 -05:00
Gwyn Ciesla
ec56174422 1.19.77 2021-05-20 15:13:29 -05:00
Gwyn Ciesla
2465790b05 1.19.76 2021-05-19 15:32:19 -05:00
Gwyn Ciesla
7d0f310169 1.19.75 2021-05-19 09:25:23 -05:00
Gwyn Ciesla
1406103043 1.19.74 2021-05-17 15:35:45 -05:00
Gwyn Ciesla
5391d650e3 1.19.73 2021-05-14 15:21:45 -05:00
Gwyn Ciesla
7cffab3886 1.19.72 2021-05-14 08:24:31 -05:00
Gwyn Ciesla
22b2011466 1.19.71 2021-05-11 15:10:31 -05:00
Gwyn Ciesla
1077ca5d7a 1.19.70 2021-05-10 15:01:06 -05:00
Gwyn Ciesla
83c12c15da 1.19.69 2021-05-07 15:45:44 -05:00
Gwyn Ciesla
78843ea9c6 1.19.68 2021-05-06 14:50:09 -05:00
Gwyn Ciesla
94b0eaaa4c 1.19.67 2021-05-05 16:25:21 -05:00
Gwyn Ciesla
515000b4c1 1.19.66 2021-05-05 08:25:04 -05:00
Gwyn Ciesla
2f5adce9a9 1.19.65 2021-05-04 14:43:23 -05:00
Gwyn Ciesla
54ab8a6205 1.19.64 2021-05-04 08:26:56 -05:00
Gwyn Ciesla
4f8a52f2da 1.19.63 2021-05-03 16:04:08 -05:00
Gwyn Ciesla
af31966cac 1.19.62 2021-04-30 15:41:43 -05:00
Gwyn Ciesla
a8d47084aa 1.19.61 2021-04-29 14:47:31 -05:00
Gwyn Ciesla
e6870f7e72 1.19.60 2021-04-28 15:39:49 -05:00
Gwyn Ciesla
9b3704730e 1.19.59 2021-04-27 16:38:30 -05:00
Gwyn Ciesla
114e02a7f7 1.19.58 2021-04-27 14:02:27 -05:00
Major Hayden
aa5f0f3b87
✍ Add comment for unversioned python command
The python-unversioned-command package is required during the testing
phase because one of the tests, `test_which_with_existing_command`,
expects `/usr/bin/python` to be `$PATH`, but Fedora only includes
`/usr/bin/python3` by default.

Signed-off-by: Major Hayden <major@redhat.com>
2021-04-26 07:58:30 -05:00
Gwyn Ciesla
777d51c316 1.19.57 2021-04-23 16:01:20 -05:00
Gwyn Ciesla
26dd268b2b 1.19.56 2021-04-22 16:49:18 -05:00
Gwyn Ciesla
c86e56e605 1.19.55 2021-04-22 08:40:11 -05:00
Major Hayden
b48cafcab5
🛠 Fix checks and use GitHub release source
The source from pypi does not contain the testing files for the awscli
package. Switch to the GitHub release source to ensure testing files are
included. Add a `source_name` variable to handle the dashed name in
GitHub source and the non-dashed name in the Fedora package.

Also add python3-pyyaml for testing dependencies.

Signed-off-by: Major Hayden <major@redhat.com>
2021-04-22 07:49:12 -05:00
Major Hayden
ed230f5995 Add %check section to RPM spec
Allow unit tests to run during RPM builds.

Fedora 34/33 have botocore 1.19, but some of the new EMR-related actions in aws-cli require botocore 1.20+. By skipping those unit tests, we can run the vast majority of the other tests without issues.
2021-04-21 19:31:07 +00:00
Gwyn Ciesla
f272960086 1.19.54 2021-04-19 15:41:13 -05:00
Gwyn Ciesla
b365b6665f 1.19.53 2021-04-15 15:50:16 -05:00
Gwyn Ciesla
50361a55ce 1.19.52 2021-04-15 10:13:35 -05:00
Gwyn Ciesla
94b69e4373 1.19.51 2021-04-13 15:49:34 -05:00