automatic version update by autodist [release 0.103.1-1mamba;Sat Dec 28 2024]
This commit is contained in:
parent
6bd067f817
commit
02d50e5370
21
rst2pdf.spec
21
rst2pdf.spec
@ -1,5 +1,5 @@
|
|||||||
Name: rst2pdf
|
Name: rst2pdf
|
||||||
Version: 0.102
|
Version: 0.103.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Convert reStructuredText to PDF via ReportLab
|
Summary: Convert reStructuredText to PDF via ReportLab
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
@ -11,15 +11,15 @@ Source: https://github.com/rst2pdf/rst2pdf.git/%{version}/rst2pdf-%{versi
|
|||||||
Patch: rst2pdf-0.16-docutils_0.8.patch
|
Patch: rst2pdf-0.16-docutils_0.8.patch
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: (python3.11dist(docutils) >= 0.21.2 with python3.11dist(docutils) < 0.22)
|
||||||
|
BuildRequires: (python3.11dist(importlib-metadata) >= 8 with python3.11dist(importlib-metadata) < 9)
|
||||||
|
BuildRequires: (python3.11dist(jinja2) >= 3 with python3.11dist(jinja2) < 4)
|
||||||
|
BuildRequires: (python3.11dist(packaging) >= 24 with python3.11dist(packaging) < 25)
|
||||||
|
BuildRequires: (python3.11dist(pygments) >= 2 with python3.11dist(pygments) < 3)
|
||||||
|
BuildRequires: (python3.11dist(pyyaml) >= 6 with python3.11dist(pyyaml) < 7)
|
||||||
|
BuildRequires: (python3.11dist(reportlab) >= 4 with python3.11dist(reportlab) < 5)
|
||||||
|
BuildRequires: (python3.11dist(smartypants) >= 2 with python3.11dist(smartypants) < 3)
|
||||||
BuildRequires: libpython311-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: python3.11dist(docutils)
|
|
||||||
BuildRequires: python3.11dist(importlib-metadata)
|
|
||||||
BuildRequires: python3.11dist(jinja2)
|
|
||||||
BuildRequires: python3.11dist(packaging)
|
|
||||||
BuildRequires: python3.11dist(pygments)
|
|
||||||
BuildRequires: python3.11dist(pyyaml)
|
|
||||||
BuildRequires: python3.11dist(reportlab)
|
|
||||||
BuildRequires: python3.11dist(smartypants)
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: python3 >= 3.11
|
Requires: python3 >= 3.11
|
||||||
Requires: python-reportlab-py3
|
Requires: python-reportlab-py3
|
||||||
@ -57,6 +57,9 @@ export SETUPTOOLS_SCM_PRETEND_VERSION=%{version}
|
|||||||
%doc LICENSE.txt
|
%doc LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 28 2024 Automatic Build System <autodist@openmamba.org> 0.103.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Jun 07 2024 Automatic Build System <autodist@openmamba.org> 0.102-1mamba
|
* Fri Jun 07 2024 Automatic Build System <autodist@openmamba.org> 0.102-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user