Update to 0.17.21
This commit is contained in:
parent
8555aaefc5
commit
ef56b32bc4
4 changed files with 9 additions and 71 deletions
|
|
@ -1,11 +1,11 @@
|
|||
%global pypi_name ruamel.yaml
|
||||
%global pname ruamel-yaml
|
||||
%global commit 44504659794e463523ff8d0b40bac18dfe3b52f8
|
||||
%global commit c887dfe19e2f01b770a2b4b04163a01e00a33f85
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: python-%{pname}
|
||||
Version: 0.16.6
|
||||
Release: 8%{?dist}
|
||||
Version: 0.17.21
|
||||
Release: 1%{?dist}
|
||||
Summary: YAML 1.2 loader/dumper package for Python
|
||||
|
||||
License: MIT
|
||||
|
|
@ -13,10 +13,6 @@ URL: https://sourceforge.net/projects/ruamel-yaml
|
|||
# Use bitbucket sources so we can run the tests
|
||||
Source0: https://sourceforge.net/code-snapshots/hg/r/ru/ruamel-yaml/code/%{pname}-code-%{commit}.zip
|
||||
|
||||
# Don't require ruamel.std.pathlib, but use stdlib's pathlib on py3, pathlib2 on py2
|
||||
Patch1: python-ruamel-yaml-pathlib.patch
|
||||
|
||||
|
||||
%description
|
||||
ruamel.yaml is a YAML 1.2 loader/dumper package for Python.
|
||||
It is a derivative of Kirill Simonov’s PyYAML 3.11
|
||||
|
|
@ -65,6 +61,10 @@ PYTHONPATH=$(echo build/lib) py.test-%{python3_version} _test/test_*.py
|
|||
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
|
||||
|
||||
%changelog
|
||||
* Tue Jul 18 2023 Jason Montleon <jmontleo@redhat.com> - 0.17.21
|
||||
- Update to 0.17.21
|
||||
- Last version to support python 3.6
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.6-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue