[packit] 0.6.0 upstream release
Upstream tag: 0.6.0 Upstream commit: 8b0a6cc4 Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
parent
1918ea1c70
commit
ab94cc7d9a
5 changed files with 14 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@
|
|||
/specfile-0.4.0.tar.gz
|
||||
/specfile-0.5.0.tar.gz
|
||||
/specfile-0.5.1.tar.gz
|
||||
/specfile-0.6.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -126,5 +126,5 @@ jobs:
|
|||
trigger: commit
|
||||
packit_instances: ["stg"]
|
||||
dist_git_branches:
|
||||
- fedora-branched # rawhide updates are created automatically
|
||||
- fedora-stable # rawhide and branched updates are created automatically
|
||||
- epel-8
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.57.1.dev2+g0f9759f.
|
||||
The file was generated using packit 0.58.1.dev6+gfae3705.
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ in a minimal diff.}
|
|||
|
||||
|
||||
Name: python-specfile
|
||||
Version: 0.5.1
|
||||
Version: 0.6.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: A library for parsing and manipulating RPM spec files
|
||||
|
|
@ -18,7 +18,7 @@ BuildArch: noarch
|
|||
|
||||
BuildRequires: python%{python3_pkgversion}-devel
|
||||
BuildRequires: %{py3_dist setuptools setuptools-scm setuptools-scm-git-archive}
|
||||
BuildRequires: %{py3_dist arrow importlib-metadata rpm typing-extensions}
|
||||
BuildRequires: %{py3_dist importlib-metadata rpm typing-extensions}
|
||||
BuildRequires: %{py3_dist flexmock pytest}
|
||||
|
||||
|
||||
|
|
@ -36,6 +36,8 @@ Summary: %{summary}
|
|||
|
||||
%prep
|
||||
%autosetup -p1 -n specfile-%{version}
|
||||
# Use packaged RPM python bindings downstream
|
||||
sed -i 's/rpm-py-installer/rpm/' setup.cfg
|
||||
# Remove bundled egg-info
|
||||
rm -rf specfile.egg-info
|
||||
|
||||
|
|
@ -60,9 +62,13 @@ rm -rf specfile.egg-info
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 25 2022 Packit <hello@packit.dev> - 0.6.0-1
|
||||
- Switched to our own implementation of working with `%changelog` timestamps and removed dependency on arrow (#88)
|
||||
- Fixed requires of EPEL 8 rpm (#86)
|
||||
|
||||
* Wed Aug 10 2022 Packit <hello@packit.dev> - 0.5.1-1
|
||||
- Added new `%conf` section (#74)
|
||||
- Switched to rpm-py-installer (#75)
|
||||
- Added new `%conf` section (#74)
|
||||
- Switched to rpm-py-installer (#75)
|
||||
- Fixed detecting extended timestamp format in `%changelog` (#77, #81)
|
||||
|
||||
* Fri Jul 22 2022 Packit <hello@packit.dev> - 0.5.0-1
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (specfile-0.5.1.tar.gz) = b5f2775e42be33afcd82911f427ff39d4fe305675becca5a4a489afb8dd119c029cb61cbce71203523b7f26d89e44fcff958031b713ce7fc18aab25ffa1755cf
|
||||
SHA512 (specfile-0.6.0.tar.gz) = 8115bce63d8a2ab695f6a3db213f3e3d448581ed92c95f7f37dc671caf4760c03aa7b81e0031b8db8fc9b21984b4e2712c85d63951908bb112b4f6ec121d48bc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue