[packit] 0.20.2 upstream release
Upstream tag: 0.20.2 Upstream commit: 4486a88c 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/python-specfile.git refs/heads/*:refs/remotes/packit/* git checkout packit/0.20.2-epel8-update-propose_downstream ```
This commit is contained in:
parent
83e96e1562
commit
28abf74e05
8 changed files with 145 additions and 75 deletions
|
|
@ -5,7 +5,7 @@ in a minimal diff.}
|
|||
|
||||
|
||||
Name: python-specfile
|
||||
Version: 0.7.0
|
||||
Version: 0.20.2
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: A library for parsing and manipulating RPM spec files
|
||||
|
|
@ -18,8 +18,9 @@ BuildArch: noarch
|
|||
|
||||
BuildRequires: python%{python3_pkgversion}-devel
|
||||
BuildRequires: %{py3_dist setuptools setuptools-scm setuptools-scm-git-archive}
|
||||
BuildRequires: %{py3_dist importlib-metadata rpm typing-extensions}
|
||||
BuildRequires: %{py3_dist importlib-metadata dataclasses rpm typing-extensions}
|
||||
BuildRequires: %{py3_dist flexmock pytest}
|
||||
BuildRequires: git-core
|
||||
|
||||
|
||||
%description
|
||||
|
|
@ -62,8 +63,11 @@ rm -rf specfile.egg-info
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 31 2023 Packit <hello@packit.dev> - 0.20.2-1
|
||||
- Fixed Packit config to work properly with `propose-downstream` and `pull-from-upstream` jobs. (#261)
|
||||
|
||||
* Fri Oct 07 2022 Packit <hello@packit.dev> - 0.7.0-1
|
||||
- It is now possible to filter changelog entries by specifying lower bound EVR, upper bound EVR or both. (#104)
|
||||
- It is now possible to filter changelog entries by specifying lower bound EVR, upper bound EVR or both. (#104)
|
||||
- Added support for filenames specified in source URL fragments, for example: `https://example.com/foo/1.0/download.cgi#/%{name}-%{version}.tar.gz` (#100)
|
||||
|
||||
* Thu Aug 25 2022 Packit <hello@packit.dev> - 0.6.0-1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue