diff --git a/.gitignore b/.gitignore index dc63d69..9f729c1 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /packitos-0.30.1.tar.gz /packitos-0.31.0.tar.gz /packitos-0.32.0.tar.gz +/packitos-0.33.1.tar.gz diff --git a/README.packit b/README.packit index 7aad095..4d9b6b7 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 0.31.1.dev10+g09a6b69. +The file was generated using packit 0.32.1.dev24+g981f694. diff --git a/packit.spec b/packit.spec index a795453..9e80cb8 100644 --- a/packit.spec +++ b/packit.spec @@ -2,7 +2,7 @@ %global real_name packit Name: %{real_name} -Version: 0.32.0 +Version: 0.33.1 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -84,172 +84,105 @@ cp files/bash-completion/packit %{buildroot}%{_datadir}/bash-completion/completi %{python3_sitelib}/* %changelog -* Thu Jun 10 2021 Packit Service - 0.32.0-1 -- Command `packit generate` was removed. It has been deprecated for a while - in favour of `packit init`. (#1269) -- Packit now explicitly requires git and rpm-build. (#1276) -- Source-git: Patch handling is more consistent. (#1263) -- Source-git: Passing changelog from source-git repo to dist-git was fixed. (#1265) -- Source-git: There is a new `source-git` subcommand, that groups source-git related - commands `init` and `update-dist-git`. (#1273) - -* Fri Jun 04 2021 Python Maint - 0.31.0-2 -- Rebuilt for Python 3.10 - -* Mon May 31 2021 Frantisek Lachman - 0.31.0-1 -- Downstream package name is set when dist-git path is provided. (#1246) -- A bug with older Python present on Fedora Linux 32 and EPEL 8 is fixed. (#1240) -- There is a new `update-dist-git` subcommand that is - an improved offline version of `propose-downstream`. (#1228) -- Source-git: Commit metadata newly includes `patch_id`. (#1252) - -* Fri May 14 2021 Packit Service - 0.30.1-1 - - Fixed a bug caused by new click release. (#1238) - -* Fri May 14 2021 Packit Service - 0.30.0-1 -- Patching: removed location_in_specfile from commit metadata. (#1229) -- Refactored and extended the synced_files mechanism. (#1211) -- Fixed a bug regarding the fedora-latest alias. (#1222) - -* Fri Apr 30 2021 Jiri Popelka - 0.29.0-1 -- Source-git: add info about sources to packit.yaml when initiating a new source-git repo - and don't commit dist-git sources from the lookaside cache. (#1208, #1216) -- Source-git: fix SRPM creation failing with duplicate Patch IDs. (#1206) -- Support git repository cache. (#1214) -- Reflect removed COPR chroots in a COPR project. (#1197) -- Deprecate current_version_command and create_tarball_command. (#1212) -- Fix crashing push-updates command. (#1170) -- Improve fmf/tmt tests configuration. (#1192) - -* Wed Mar 31 2021 Packit Service - 0.28.0-1 -- Remove the no-op `--dry-run` option. -- Handle `centos-stream` targets as `centos-stream-8`, in order to help with the name change in Copr. -- `fmf_url` and `fmf_ref` can be used in a job's `metadata` to specify an external repository and reference to be used to test the package. -- Introduce a `fedora-latest` alias for the latest _branched_ version of Fedora Linux. -- Add a top-level option `-c, --config` to specify a custom path for the package configuration (aka `packit.yaml`). -- Source-git: enable using CentOS Stream 9 dist-git as a source. -- Source-git: rename the subdirectory to store downstream packaging files from `fedora` to the more general `.distro`. -- Source-git: fix creating source-git repositories when Git is configured to call the default branch something other then `master`. - - -* Thu Mar 18 2021 Packit Service - 0.27.0-1 -- (Source-git) Several improvements of history linearization. -- (Source-git) Detect identical patches in propose-downstream. -- (Source-git) Patches in a spec file are added after the first empty line below the last Patch/Source. -- Fetch all sources defined in packit.yaml. -- New option to sync only specfile from downstream. - -* Thu Mar 04 2021 Packit Service - 0.26.0-1 -- Fix construction of the Koji tag for epel branches when running `packit create-update`. ([#1122](https://github.com/packit/packit/pull/1122)) -- `create-update` now also shows a message about Bodhi requiring the password. ([#1127](https://github.com/packit/packit/pull/1127)) -- `packit init` correctly picks up sources from CentOS and fetches specfile from CentOS dist-git. ([#1106](https://github.com/packit/packit/pull/1106)) -- Fix translating of the target aliases by treating the highest pending version in Bodhi as `rawhide`. ([#1114](https://github.com/packit/packit/pull/1114)) -- The format of Packit logs is unified for all log levels. ([#1119](https://github.com/packit/packit/pull/1119)) -- There is a new configuration option `sources` which enables to define sources to override their URLs in specfile. - You can read more about this in [our documentation](https://packit.dev/docs/configuration/#sources). ([#1131](https://github.com/packit/packit/pull/1131)) - -* Fri Feb 12 2021 Matej Mužila - 0.25.0-1 -- `propose-update` command now respects requested dist-git branches. ([#1094](https://github.com/packit/packit/pull/1094)) -- Improve the way how patches are added to spec file. ([#1100](https://github.com/packit/packit/pull/1100)) -- `--koji-target` option of the `build` command now accepts aliases. ([#1052](https://github.com/packit/packit/pull/1052)) -- `propose-downstream` on source-git repositories now always uses `--local-content`. ([#1093](https://github.com/packit/packit/pull/1093)) -- Don't behave as if `ref` would be always a branch. ([#1089](https://github.com/packit/packit/pull/1089)) -- Detect a name of the default branch of a repository instead of assuming it to be called `master`. ([#1074](https://github.com/packit/packit/pull/1074)) - -* Tue Jan 26 2021 Fedora Release Engineering - 0.24.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Thu Jan 21 2021 Packit Service - 0.24.0-1 -- No user-facing changes done in this release. - -* Thu Jan 07 2021 Packit Service - 0.23.0-1 -- The `propose-update` has been renamed to `propose-downstream`; `propose-update` is now deprecated - to unify the naming between CLI and service. ([@jpopelka](https://github.com/jpopelka), [#1065](https://github.com/packit-service/packit/pull/1065)) -- Our README has been cleaned and simplified. ([@ChainYo](https://github.com/ChainYo), [#1058](https://github.com/packit-service/packit/pull/1058)) -- The :champagne: comment with the installation instructions has been disabled by default. ([@mfocko](https://github.com/mfocko), [#1057](https://github.com/packit-service/packit/pull/1057)) - - More information can be found in [our documentation](https://packit.dev/docs/configuration/#notifications). -- Packit is being prepared to be released in EPEL 8 so it can be consumed in RHEL and CentOS Stream. ([@nforro](https://github.com/nforro), [#1055](https://github.com/packit-service/packit/pull/1055)) - -* Thu Dec 10 2020 Packit Service - 0.22.0-1 -- `packit init` introduces the `--upstream-url` option. When specified, - `init` also sets up a source-git repository next to creating a configuration file. -- Don't rewrite macros when setting release and version in spec file. -- Fix generation of Copr settings URL for groups. -- Improve processing of the version when proposing a Fedora update. - -* Wed Nov 25 2020 Packit Service - 0.21.0-1 -- pre-commit autoupdate (Jiri Popelka) -- 0.21.0 release (Release bot) -- parsing git remote URL: inform what's happening... (Tomas Tomecek) -- Revert "Allow recursive search for specfile in repository" (Matej Focko) -- Regenerate test_data for recursive (Matej Focko) -- Allow recursive search for specfile in repository (Matej Focko) -- cli.copr-build: replace / with - (Tomas Tomecek) -- copr, log CoprException.result when creating repo fails (Tomas Tomecek) -- Delete recipe-tests.yaml (Jiri Popelka) -- Add build to default jobs (lbarcziova) -- Add test case for Upstream._fix_spec_source() (Nikola Forró) -- Fix SpecFile.get_source() (Nikola Forró) - -* Fri Nov 13 2020 Packit Service - 0.20.0-1 -- new upstream release: 0.20.0 - -* Thu Oct 29 2020 Packit Service - 0.19.0-1 -- new upstream release: 0.19.0 - -* Thu Oct 15 2020 Packit Service - 0.18.0-1 -- new upstream release: 0.18.0 - -* Thu Oct 01 2020 Packit Service - 0.17.0-1 -- new upstream release: 0.17.0 - -* Thu Sep 03 2020 rebase-helper - 0.16.0-1 -- new upstream release: 0.16.0 - -* Thu Aug 20 2020 Packit Service - 0.15.0-1 -- new upstream release: 0.15.0 +* Thu Jun 24 2021 Packit Service - 0.33.1-1 +Release 0.33.1 -* Tue Jul 28 2020 Jiri Popelka - 0.14.0-1 -- new upstream release: 0.14.0 -* Tue Jul 28 2020 Fedora Release Engineering - 0.13.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild +* Thu Jun 24 2021 Ben Crocker - 0.33.1-1 +- new upstream release 0.33.1 + +* Wed Jun 09 2021 Matej Mužila - 0.32.0-1 +- new upstream release 0.32.0 + +* Thu May 27 2021 Frantisek Lachman - 0.31.0-1 +- new upstream release 0.31.0 + +* Fri May 14 2021 Matej Focko - 0.30.1-1 +- new upstream release 0.30.1 + +* Fri May 14 2021 Matej Focko - 0.30.0-1 +- new upstream release 0.30.0 + +* Thu Apr 29 2021 Jiri Popelka - 0.29.0-1 +- new upstream release 0.29.0 + +* Wed Mar 31 2021 Hunor Csomortáni - 0.28.0-1 +- new upstream release 0.28.0 + +* Wed Mar 17 2021 Jiri Popelka - 0.27.0-1 +- new upstream release 0.27.0 + +* Wed Mar 03 2021 Laura Barcziova - 0.26.0-1 +- new upstream release 0.26.0 + +* Fri Feb 12 11:11:00 CET 2021 Matej Mužila - 0.25.0-1 +- new upstream release 0.25.0 + +* Thu Jan 21 10:30:44 CET 2021 Jan Ščotka - 0.24.0-1 +- new upstream release 0.24.0 + +* Thu Jan 7 11:14:24 CET 2021 Frantisek Lachman - 0.23.0-1 +- new upstream release 0.23.0 + +* Thu Dec 10 2020 Laura Barcziova - 0.22.0-1 +- new upstream release 0.22.0 -* Thu Jul 16 2020 Hunor Csomortáni - 0.13.1-1 -- new upstream release: 0.13.1 +* Wed Nov 25 2020 Jiri Popelka - 0.21.0-1 +- new upstream release 0.21.0 -* Thu Jul 09 2020 Packit Service - 0.13.0-1 -- new upstream release: 0.13.0 +* Thu Oct 29 10:42:02 CET 2020 Matej Focko - 0.19.0-1 +- new upstream release 0.19.0 -* Wed Jun 24 2020 lbarcziova - 0.12.0-1 -- new upstream release: 0.12.0 +* Thu Oct 15 2020 Jiri Popelka - 0.18.0-1 +- new upstream release 0.18.0 + +* Tue Sep 29 2020 Dominika Hodovska - 0.17.0-1 +- new upstream release 0.17.0 + +* Wed Sep 02 2020 Matej Focko - 0.16.0-1 +- new upstream release 0.16.0 + +* Wed Aug 19 2020 Laura Barcziova - 0.15.0-1 +- new upstream release 0.15.0 + +* Tue Jul 28 2020 Jiri Popelka - 0.14.0-1 +- new upstream release 0.14.0 + +* Tue Jul 14 2020 Hunor Csomortáni - 0.13.1-1 +- new upstream release 0.13.1 + +* Thu Jul 09 2020 Hunor Csomortáni - 0.13.0-1 +- new upstream release 0.13.0 + +* Tue Jun 23 2020 Laura Barcziova - 0.12.0-1 +- new upstream release 0.12.0 * Thu Jun 11 2020 Jan Sakalos - 0.11.1-1 - new upstream release: 0.11.1 -* Thu May 28 2020 Miro Hrončok - 0.11.0-2 -- Rebuilt for Python 3.9 - * Thu May 28 2020 Tomas Tomecek - 0.11.0-1 - new upstream release: 0.11.0 -* Tue May 26 2020 Miro Hrončok - 0.10.1-2 -- Rebuilt for Python 3.9 +* Thu Apr 30 2020 Jan Sakalos - 0.10.2-1 +- new upstream release 0.10.2 * Thu Apr 16 2020 Jiri Popelka - 0.10.1-1 -- new upstream release: 0.10.1 +- new upstream release 0.10.1 -* Tue Apr 14 2020 Jiri Popelka - 0.10.0-1 -- new upstream release: 0.10.0 +* Fri Apr 10 2020 Jiri Popelka - 0.10.0-1 +- new upstream release 0.10.0 -* Wed Jan 29 2020 Fedora Release Engineering - 0.7.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild +* Wed Mar 25 2020 Jiri Popelka - 0.9.0-1 +- new upstream release 0.9.0 -* Mon Oct 21 2019 Frantisek Lachman - 0.7.1-1 -- new upstream release: 0.7.1 +* Mon Jan 20 2020 Jiri Popelka - 0.8.1-1 +- new upstream release 0.8.1 + +* Fri Oct 18 2019 Frantisek Lachman - 0.7.1-1 +- new upstream release 0.7.1 * Fri Oct 04 2019 Frantisek Lachman - 0.7.0-1 -- new upstream release: 0.7.0 +- new upstream release 0.7.0 * Thu Sep 12 2019 Jiri Popelka - 0.6.1-1 - new upstream release: 0.6.1 @@ -257,18 +190,12 @@ cp files/bash-completion/packit %{buildroot}%{_datadir}/bash-completion/completi * Tue Sep 10 2019 Tomas Tomecek - 0.6.0-1 - new upstream release: 0.6.0 -* Mon Aug 26 2019 Tomas Tomecek - 0.5.1-1 +* Fri Aug 23 2019 Tomas Tomecek - 0.5.1-1 - new upstream release: 0.5.1 -* Mon Aug 19 2019 Miro Hrončok - 0.5.0-2 -- Rebuilt for Python 3.8 - -* Fri Aug 02 2019 Packit Service - 0.5.0-1 +* Fri Aug 02 2019 Tomas Tomecek - 0.5.0-1 - new upstream release: 0.5.0 -* Thu Jul 25 2019 Fedora Release Engineering - 0.4.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - * Fri Jun 28 2019 Jiri Popelka - 0.4.2-1 - New upstream release diff --git a/plans/main.fmf b/plans/main.fmf index 7620feb..4d29533 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: acf6ebedb5afd28bdbfdc5cfcf871364bc511a7f + ref: d73d4c04e048111931ecb5d167ea779276c1cb38 diff --git a/sources b/sources index b5ad7a6..d039ea6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.32.0.tar.gz) = 8f6c2e33557339a9bf097c06eaad6dbab07308fea267e6843c653a2dffc9d3e77763cabb27a8a9e365c20b52564fd1e8c5df249c1768245c2d5aee4282f92c62 +SHA512 (packitos-0.33.1.tar.gz) = 09104f1bef3d5ee5007b6236031d2a1bdd42100382ec8e5a3474f599a9c8a6de74e9c807415f23675de0c5c546f14e9e1831c6023c083847e6dd43c542826917