From b1a55ffc9ddd9858aa33a8086d9d5795a38e3cef Mon Sep 17 00:00:00 2001 From: Lenka Segura Date: Nov 17 2019 20:52:11 +0000 Subject: Updated to cranc 1.1.0 Signed-off-by: Lenka Segura --- diff --git a/cranc.spec b/cranc.spec index 8b45411..7e5e58d 100644 --- a/cranc.spec +++ b/cranc.spec @@ -1,22 +1,29 @@ +%global with_tests %{nil} +%global debug_package %{nil} + Name: cranc -Version: 0.2.2 -Release: 6%{?dist} -Summary: Pagure CLI using Libpagure and Click +Version: 1.1.0 +Release: 1%{?dist} +Summary: Pagure CLI for handling pull requests -License: GPLv3 -URL: https://pagure.io/cranc -Source0: http://releases.pagure.org/cranc/cranc-0.2.2.tar.gz +License: GPLv3 +URL: https://pagure.io/cranc +Source0 http://releases.pagure.org/cranc/cranc-%{version}.tar.gz BuildArch: noarch -BuildRequires: python3-devel +%if 0%{?with_tests} +BuildRequires: python3-devel BuildRequires: python3-pytest BuildRequires: python3-black -Requires: python3-click +%endif # tests +Requires: python3-click Requires: python3-libpagure Requires: python3-requests +Requires: python3-pygit2 +Requires: python3-git-url-parse %description -Cranc is a Pagure command line interface tool using Libpagure and Click. +Cranc is a Pagure command line interface tool %prep %autosetup @@ -27,15 +34,15 @@ Cranc is a Pagure command line interface tool using Libpagure and Click. %install %py3_install -%if %{with tests} +%if 0%{?with_tests} %check PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v %endif # tests %files +%doc README.rst %license LICENSE -%doc README.md # For noarch packages: sitelib %{python3_sitelib}/*.egg-info %{python3_sitelib}/cranc @@ -43,6 +50,13 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v %changelog +* Sun Nov 17 2019 Lenka Segura - 1.1.0 +- Drop pbr dependency +- update to version 1.1.0 + +* Fri Aug 09 2019 Lenka Segura - 1.0.1 +- update to version 1.0.1 + * Thu Oct 03 2019 Miro HronĨok - 0.2.2-6 - Rebuilt for Python 3.8.0rc1 (#1748018) @@ -53,8 +67,8 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue Feb 26 2019 Lenka Segura - 0.2.2-3 -- python-cranc renamed to cranc -- typos fixed (BuildRequires +- python-cranc renamed to cranc +- typos fixed (BuildRequires - changelog fixed * Mon Feb 25 2019 Lenka Segura - 0.2.2-2