python-towncrier 19.2.0-1 (x86_64;znver1;aarch64) 2021-13478
9999
| Status | published | ||||||
| Submitter | itchka [@T] compuserve.com | ||||||
| Platform | rolling | ||||||
| Repository | main | ||||||
| URL | https://abf.openmandriva.org/build_lists/942709 | ||||||
| Packages |
|
||||||
| Build Date | 2021-01-12 22:44:53 +0000 UTC | ||||||
| Last Updated | 2021-01-18 21:53:17.414143376 +0000 UTC |
$ git show --format=fuller --patch-with-stat --summary 0aeffc19b0c9ddba04fa6fd305c3d891ad0cfbd5
commit 0aeffc19b0c9ddba04fa6fd305c3d891ad0cfbd5
Author: Colin <itchka@compuserve.com>
AuthorDate: Tue Jan 12 22:37:28 2021 +0000
Commit: Colin <itchka@compuserve.com>
CommitDate: Tue Jan 12 22:37:28 2021 +0000
Initial commit
---
.abf.yml | 2 ++
python-towncrier.spec | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+)
create mode 100644 .abf.yml
create mode 100644 python-towncrier.spec
diff --git a/.abf.yml b/.abf.yml
new file mode 100644
index 0000000..b146fe7
--- /dev/null
+++ b/.abf.yml
@@ -0,0 +1,2 @@
+sources:
+ towncrier-19.2.0.tar.gz: d8f8b97da4dc7f38b7624c8722db71dcf6484fd5
diff --git a/python-towncrier.spec b/python-towncrier.spec
new file mode 100644
index 0000000..7c21807
--- /dev/null
+++ b/python-towncrier.spec
@@ -0,0 +1,48 @@
+# Created by pyp2rpm-3.3.5
+%global pypi_name towncrier
+
+Name: python-%{pypi_name}
+Version: 19.2.0
+Release: 1
+Summary: Building newsfiles for your project
+Group: Development/Python
+License: MIT
+URL: https://github.com/hawkowl/towncrier
+Source0: %{pypi_name}-%{version}.tar.gz
+BuildArch: noarch
+
+BuildRequires: python3-devel
+BuildRequires: python3dist(click)
+BuildRequires: python3dist(incremental)
+BuildRequires: python3dist(incremental)
+BuildRequires: python3dist(jinja2)
+BuildRequires: python3dist(setuptools)
+BuildRequires: python3dist(toml)
+
+%description
+Hear ye, hear ye, says the towncrier towncrier is a utility to produce useful,
+summarised news files for your project. Rather than reading the Git history as
+some newer tools to produce it, or having one single file which developers all
+write to, towncrier reads "news fragments" which contain information useful to
+end users.
+
+%prep
+%autosetup -n %{pypi_name}-%{version}
+# Remove bundled egg-info
+rm -rf %{pypi_name}.egg-info
+
+%build
+%py3_build
+
+%install
+%py3_install
+
+%check
+%{__python3} setup.py test
+
+%files -n python-%{pypi_name}
+%license LICENSE
+%doc README.rst
+%{_bindir}/towncrier
+%{python3_sitelib}/%{pypi_name}
+%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
Not Available
| benbullard79 [@T] cox.net | No Comment. | 1749d 05hrs |
| benbullard79 [@T] cox.net | No Comment. | 1749d 05hrs |