From 86ac6f3d31b57b08356eae455b3c1f199f4f5b06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Fri, 20 Sep 2024 14:44:15 +0200 Subject: [PATCH 01/11] WS fix --- packit.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packit.spec b/packit.spec index 8fba1f6..6b61a40 100644 --- a/packit.spec +++ b/packit.spec @@ -36,7 +36,7 @@ Requires: rpmdevtools # Copying files between repositories Requires: rsync -Recommends: osh-cli +Recommends: osh-cli %description -n python3-packit Python library for Packit, From 36f85d814bf0aedb682e7ce9ebf57d0badfe2634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Fri, 20 Sep 2024 14:48:49 +0200 Subject: [PATCH 02/11] Test1 --- .packit.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.packit.yaml b/.packit.yaml index 06fd322..9653901 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -1,4 +1,5 @@ --- + # We want to use both instances for all upstream jobs including the `propose-downstream` one. # For downstream, we need to pick just one instance (`stg` in our case) # and redefine it for the `koji_build` and `bodhi_update` jobs. From b1ee3511d08fa0215a4de767961b4bbdeeacaa92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Fri, 20 Sep 2024 14:49:05 +0200 Subject: [PATCH 03/11] Test2 --- packit.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packit.spec b/packit.spec index 6b61a40..1a94624 100644 --- a/packit.spec +++ b/packit.spec @@ -1,4 +1,5 @@ # Testing dependencies: deepdiff, flexmock are missing on EPEL 9. Cannot use testing environment + %if 0%{?el9} %bcond_with tests %else From ab83dee83933bbb41a3de2b1cae05eb1a73679ad Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 24 Mar 2026 17:55:12 +0000 Subject: [PATCH 04/11] Update to 1.15.2 upstream release - Resolves: rhbz#2450841 Upstream tag: 1.15.2 Upstream commit: b7382833 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 34a9947..358a605 100644 --- a/.gitignore +++ b/.gitignore @@ -145,3 +145,4 @@ /packitos-1.14.0.tar.gz /packitos-1.15.0.tar.gz /packitos-1.15.1.tar.gz +/packitos-1.15.2.tar.gz diff --git a/README.packit b/README.packit index 2e2c30b..c72c444 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.15.0.post1.dev8+gd88d89df5. +The file was generated using packit 1.15.1.post1.dev10+gc5437527a. diff --git a/packit.spec b/packit.spec index c60075a..aa49cbb 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 1.15.1 +Version: 1.15.2 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -78,6 +78,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Tue Mar 24 2026 Packit - 1.15.2-1 +- Packit now uses the specfile library's sanitization when parsing spec files. +- Resolves: rhbz#2450841 + * Fri Mar 06 2026 Packit - 1.15.1-1 - We have fixed a bug that prevented running `sync_release()` on a `PackitAPI` instance initialized with `non_git_upstream=True` repeatedly due to an improper clean-up. (#2691) - Resolves: rhbz#2445195 diff --git a/plans/main.fmf b/plans/main.fmf index c51c350..ae84f23 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -1,6 +1,6 @@ discover: how: fmf url: https://github.com/packit/packit.git - ref: 460154b02830ae01f957e84142b9abb707d1ca7f + ref: b7382833de9e46ac53653de3b7e96b3f27500ae4 execute: how: tmt diff --git a/sources b/sources index 41aa9bc..973a3b5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-1.15.1.tar.gz) = 180a91f2612df66f170eac9d01ca4f3debfff01b37a44a4aab0bb53512e27dbdaed8ab301552c87649996de9b7fa5a544908568d78a262dce1bbc784f0a1b973 +SHA512 (packitos-1.15.2.tar.gz) = 74017fc7b2da051d599bfa090ccce48079b1acc8e089a2a96eb0696af98222d2a75534ca069e49963f7f0534a8a2a4ab58abe54598b91be3ebdaaa6c684906a5 From 4d3ab9df47191adb49935a1d813817a5de778ad5 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 1 Apr 2026 13:48:15 +0000 Subject: [PATCH 05/11] Update to 1.15.3 upstream release - Resolves: rhbz#2453842 Upstream tag: 1.15.3 Upstream commit: e0ba48ac Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 358a605..d624306 100644 --- a/.gitignore +++ b/.gitignore @@ -146,3 +146,4 @@ /packitos-1.15.0.tar.gz /packitos-1.15.1.tar.gz /packitos-1.15.2.tar.gz +/packitos-1.15.3.tar.gz diff --git a/README.packit b/README.packit index c72c444..f81f407 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.15.1.post1.dev10+gc5437527a. +The file was generated using packit 1.15.2.post1.dev9+gc92be17fa. diff --git a/packit.spec b/packit.spec index aa49cbb..c7310af 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 1.15.2 +Version: 1.15.3 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -78,6 +78,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Wed Apr 01 2026 Packit - 1.15.3-1 +- We've fixed the formatting of the strings Packit appends to the changelog. Now there will be at most one blank line before or after the Packit comment. (#2707) +- Resolves: rhbz#2453842 + * Tue Mar 24 2026 Packit - 1.15.2-1 - Packit now uses the specfile library's sanitization when parsing spec files. - Resolves: rhbz#2450841 diff --git a/plans/main.fmf b/plans/main.fmf index ae84f23..6129b91 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -1,6 +1,6 @@ discover: how: fmf url: https://github.com/packit/packit.git - ref: b7382833de9e46ac53653de3b7e96b3f27500ae4 + ref: e0ba48ac6bd8608f55f075f72d36d00e5f13550d execute: how: tmt diff --git a/sources b/sources index 973a3b5..6705f2c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-1.15.2.tar.gz) = 74017fc7b2da051d599bfa090ccce48079b1acc8e089a2a96eb0696af98222d2a75534ca069e49963f7f0534a8a2a4ab58abe54598b91be3ebdaaa6c684906a5 +SHA512 (packitos-1.15.3.tar.gz) = 899558cae60980caf3ef040b9b57298f8da34b1ac42027ea7418c00deadb786be2d3d3566392a6d85fe37ca88b8eeae162d5a2dd45c14d79cff1cd32dae97246 From 7fc713a2cc1655e9b58c8fe64b7d6708c22031e6 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 24 Apr 2026 08:52:57 +0000 Subject: [PATCH 06/11] Update to 1.16.0 upstream release - Resolves: rhbz#2461103 Upstream tag: 1.16.0 Upstream commit: 3824aae5 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 7 ++++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d624306..7e5639f 100644 --- a/.gitignore +++ b/.gitignore @@ -147,3 +147,4 @@ /packitos-1.15.1.tar.gz /packitos-1.15.2.tar.gz /packitos-1.15.3.tar.gz +/packitos-1.16.0.tar.gz diff --git a/README.packit b/README.packit index f81f407..7698114 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.15.2.post1.dev9+gc92be17fa. +The file was generated using packit 1.15.3.post1.dev4+g553394da5. diff --git a/packit.spec b/packit.spec index c7310af..ac90393 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 1.15.3 +Version: 1.16.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -78,6 +78,11 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Apr 24 2026 Packit - 1.16.0-1 +- Packit CLI has a new option `--[no-]update-release` that, by default, follows the value of the option set in the config, and also allows you to override manually, if necessary. (#2713) +- In addition to `version_update_mask`, users can now use a new `version_update_specifiers` configuration option to control the upstream versions allowed to be release-synced. The option accepts [PEP440 version specifier sets](https://packaging.pypa.io/en/stable/specifiers.html), for example `version_update_specifiers: >=1.0,~=1.0`. (#2710) +- Resolves: rhbz#2461103 + * Wed Apr 01 2026 Packit - 1.15.3-1 - We've fixed the formatting of the strings Packit appends to the changelog. Now there will be at most one blank line before or after the Packit comment. (#2707) - Resolves: rhbz#2453842 diff --git a/plans/main.fmf b/plans/main.fmf index 6129b91..4cfa456 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -1,6 +1,6 @@ discover: how: fmf url: https://github.com/packit/packit.git - ref: e0ba48ac6bd8608f55f075f72d36d00e5f13550d + ref: 3824aae58b21d6a38bbcb49a9fe53484143a4569 execute: how: tmt diff --git a/sources b/sources index 6705f2c..7f39d0e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-1.15.3.tar.gz) = 899558cae60980caf3ef040b9b57298f8da34b1ac42027ea7418c00deadb786be2d3d3566392a6d85fe37ca88b8eeae162d5a2dd45c14d79cff1cd32dae97246 +SHA512 (packitos-1.16.0.tar.gz) = cb9edfa23a5153439739f13e82da13e3017d97f43d2fdfdf8c1afd6e7de7b31f64c29c006c5f0dbda353fa4a12f1a7761935353ef87b306f71d109abf09bc802 From 2af9d43fbfee3d4c3c9d69a8e0e0feaa69fbebdc Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 5 Jun 2026 13:21:31 +0200 Subject: [PATCH 07/11] Rebuilt for Python 3.15 --- packit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packit.spec b/packit.spec index ac90393..a6b7e3f 100644 --- a/packit.spec +++ b/packit.spec @@ -7,7 +7,7 @@ Name: packit Version: 1.16.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system License: MIT @@ -78,6 +78,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Jun 05 2026 Python Maint - 1.16.0-2 +- Rebuilt for Python 3.15 + * Fri Apr 24 2026 Packit - 1.16.0-1 - Packit CLI has a new option `--[no-]update-release` that, by default, follows the value of the option set in the config, and also allows you to override manually, if necessary. (#2713) - In addition to `version_update_mask`, users can now use a new `version_update_specifiers` configuration option to control the upstream versions allowed to be release-synced. The option accepts [PEP440 version specifier sets](https://packaging.pypa.io/en/stable/specifiers.html), for example `version_update_specifiers: >=1.0,~=1.0`. (#2710) From 9a9b1ed8e0eca7f87002ca6383b3f8f6b01bd063 Mon Sep 17 00:00:00 2001 From: Packit Date: Sun, 14 Jun 2026 18:08:01 +0000 Subject: [PATCH 08/11] Update to 1.16.1 upstream release - Resolves: rhbz#2488767 Upstream tag: 1.16.1 Upstream commit: 6e09edce Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 8 ++++++-- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 7e5639f..b58d702 100644 --- a/.gitignore +++ b/.gitignore @@ -148,3 +148,4 @@ /packitos-1.15.2.tar.gz /packitos-1.15.3.tar.gz /packitos-1.16.0.tar.gz +/packitos-1.16.1.tar.gz diff --git a/README.packit b/README.packit index 7698114..4e76cbe 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.15.3.post1.dev4+g553394da5. +The file was generated using packit 1.16.0.post1.dev8+g8a0482385. diff --git a/packit.spec b/packit.spec index a6b7e3f..f23d457 100644 --- a/packit.spec +++ b/packit.spec @@ -6,8 +6,8 @@ %endif Name: packit -Version: 1.16.0 -Release: 2%{?dist} +Version: 1.16.1 +Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system License: MIT @@ -78,6 +78,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Sun Jun 14 2026 Packit - 1.16.1-1 +- Fixed a couple of Copr-related issues. (#2721, #2727) +- Resolves: rhbz#2488767 + * Fri Jun 05 2026 Python Maint - 1.16.0-2 - Rebuilt for Python 3.15 diff --git a/plans/main.fmf b/plans/main.fmf index 4cfa456..a4b19ec 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -1,6 +1,6 @@ discover: how: fmf url: https://github.com/packit/packit.git - ref: 3824aae58b21d6a38bbcb49a9fe53484143a4569 + ref: 6e09edce1afd9c96955ef4ddb4da3a206c658f69 execute: how: tmt diff --git a/sources b/sources index 7f39d0e..248ce43 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-1.16.0.tar.gz) = cb9edfa23a5153439739f13e82da13e3017d97f43d2fdfdf8c1afd6e7de7b31f64c29c006c5f0dbda353fa4a12f1a7761935353ef87b306f71d109abf09bc802 +SHA512 (packitos-1.16.1.tar.gz) = 6a8ef7f836c013b5c4c38568f97f7d9ce4db805c7b9bfb5db78c0fdd902677b496b7630005e6884cfb30fdda70cc8f7a165e6da0c314fc07e21788771bb97aff From 4d95c3e9b8747ce97d722a7a21ea4696f32a152a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jul 2026 10:42:59 +0000 Subject: [PATCH 09/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- packit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packit.spec b/packit.spec index f23d457..2aac632 100644 --- a/packit.spec +++ b/packit.spec @@ -7,7 +7,7 @@ Name: packit Version: 1.16.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system License: MIT @@ -78,6 +78,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Thu Jul 16 2026 Fedora Release Engineering - 1.16.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sun Jun 14 2026 Packit - 1.16.1-1 - Fixed a couple of Copr-related issues. (#2721, #2727) - Resolves: rhbz#2488767 From 7f9f1b684cd1214cccc1dc8b8c2ba459c6b75fcc Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 20 Jul 2026 17:25:37 +0000 Subject: [PATCH 10/11] Update to 1.16.2 upstream release - Resolves: rhbz#2502899 Upstream tag: 1.16.2 Upstream commit: 33bc381e Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 8 ++++++-- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index b58d702..e71c1d7 100644 --- a/.gitignore +++ b/.gitignore @@ -149,3 +149,4 @@ /packitos-1.15.3.tar.gz /packitos-1.16.0.tar.gz /packitos-1.16.1.tar.gz +/packitos-1.16.2.tar.gz diff --git a/README.packit b/README.packit index 4e76cbe..173195e 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.16.0.post1.dev8+g8a0482385. +The file was generated using packit 1.16.1.post1.dev2+gf84fe2d5b. diff --git a/packit.spec b/packit.spec index 2aac632..ffa40fb 100644 --- a/packit.spec +++ b/packit.spec @@ -6,8 +6,8 @@ %endif Name: packit -Version: 1.16.1 -Release: 2%{?dist} +Version: 1.16.2 +Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system License: MIT @@ -78,6 +78,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Mon Jul 20 2026 Packit - 1.16.2-1 +- Add HTTP timeouts and make `get_monitoring_metadata()` unauthenticated which should improve the UX of `packit validate`. (#2730) +- Resolves: rhbz#2502899 + * Thu Jul 16 2026 Fedora Release Engineering - 1.16.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild diff --git a/plans/main.fmf b/plans/main.fmf index a4b19ec..379819d 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -1,6 +1,6 @@ discover: how: fmf url: https://github.com/packit/packit.git - ref: 6e09edce1afd9c96955ef4ddb4da3a206c658f69 + ref: 33bc381e684e4a9c649f26d557620fd361f21532 execute: how: tmt diff --git a/sources b/sources index 248ce43..fef546b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-1.16.1.tar.gz) = 6a8ef7f836c013b5c4c38568f97f7d9ce4db805c7b9bfb5db78c0fdd902677b496b7630005e6884cfb30fdda70cc8f7a165e6da0c314fc07e21788771bb97aff +SHA512 (packitos-1.16.2.tar.gz) = 7d52f5ad3409a5772bab0d96f8baa834a7d95cf069153c2018bebe52076523cf42a7a6b79234f7c220af009a5de1ae8feac2442d2fbf6b78cddebe02faaf1138 From 34fcb6811c3d027becf3f26c9b6872ace599afaf Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 4 Sep 2026 11:06:17 +0000 Subject: [PATCH 11/11] Update to 1.16.3 upstream release - Resolves: rhbz#2528471 Upstream tag: 1.16.3 Upstream commit: 868f8f6b Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 7 ++++++- plans/full.fmf | 7 +++++++ plans/main.fmf | 2 +- sources | 2 +- 6 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index e71c1d7..3485cfe 100644 --- a/.gitignore +++ b/.gitignore @@ -150,3 +150,4 @@ /packitos-1.16.0.tar.gz /packitos-1.16.1.tar.gz /packitos-1.16.2.tar.gz +/packitos-1.16.3.tar.gz diff --git a/README.packit b/README.packit index 173195e..72ae4cd 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.16.1.post1.dev2+gf84fe2d5b. +The file was generated using packit 1.16.2.post1.dev18+g099fa292c. diff --git a/packit.spec b/packit.spec index ffa40fb..f130f29 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 1.16.2 +Version: 1.16.3 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -78,6 +78,11 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Sep 04 2026 Packit - 1.16.3-1 +- Packit now retries when it encounters connection errors during authentication when attempting to create a Bodhi update. (#2749) +- Fixed an issue where a relative `--dist-git-path` (e.g. `.`) could cause packit to incorrectly identify a dist-git directory as an upstream repository. (#2736) +- Resolves: rhbz#2528471 + * Mon Jul 20 2026 Packit - 1.16.2-1 - Add HTTP timeouts and make `get_monitoring_metadata()` unauthenticated which should improve the UX of `packit validate`. (#2730) - Resolves: rhbz#2502899 diff --git a/plans/full.fmf b/plans/full.fmf index 888283c..fd42d60 100644 --- a/plans/full.fmf +++ b/plans/full.fmf @@ -3,6 +3,13 @@ summary: Unit, integration & functional tests. discover+: filter: tag:full +# marshmallow-jsonschema has no Fedora/EPEL package, install it from PyPI +prepare: + - how: install + package: python3-pip + - how: shell + script: pip3 install marshmallow-jsonschema + adjust: - when: "initiator == packit" because: "have the latest builds of ogr and specfile available for upstream test jobs" diff --git a/plans/main.fmf b/plans/main.fmf index 379819d..ee8dd03 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -1,6 +1,6 @@ discover: how: fmf url: https://github.com/packit/packit.git - ref: 33bc381e684e4a9c649f26d557620fd361f21532 + ref: 868f8f6b5f04b0dfc5f4e42aa466721ffc0e4b15 execute: how: tmt diff --git a/sources b/sources index fef546b..fa66d96 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-1.16.2.tar.gz) = 7d52f5ad3409a5772bab0d96f8baa834a7d95cf069153c2018bebe52076523cf42a7a6b79234f7c220af009a5de1ae8feac2442d2fbf6b78cddebe02faaf1138 +SHA512 (packitos-1.16.3.tar.gz) = 0bf3d8a574f09d78261044e6b66447363e6c1d14f77c610b73773565aeac696aac952a2fc777aafc769023c211436ac18a84dce935f0da006fec02f981313758