15
0

Accepting request 911969 from home:dspinella:branches:devel:languages:python

- Update to version 2.0.1
  * Add --version CLI option
  * Include minor fixes

OBS-URL: https://build.opensuse.org/request/show/911969
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ghp-import?expand=0&rev=2
This commit is contained in:
2021-08-13 13:54:33 +00:00
committed by Git OBS Bridge
parent aa1addbd7d
commit 2d253b1304
4 changed files with 29 additions and 29 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-ghp-import
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,47 +12,41 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-ghp-import
Version: 1.1.0
Version: 2.0.1
Release: 0
Summary: Import docs to your gh-pages branch
License: Apache-2.0
Group: Development/Languages/Python
Url: https://pypi.org/project/ghp-import/
Source: https://github.com/davisp/ghp-import/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module dateutil >= 2.8.1}
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires: python-Markdown
Requires: python-flake8
Requires: python-twine
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
URL: https://pypi.org/project/ghp-import/
Source: https://files.pythonhosted.org/packages/source/g/ghp-import/ghp-import-%{version}.tar.gz
BuildRequires: %{python_module dateutil >= 2.8.1}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-dateutil >= 2.8.1
Requires(post): update-alternatives
Requires(postun):update-alternatives
BuildArch: noarch
%python_subpackages
%description
Easily import docs to your gh-pages branch.
This will DESTROY your gh-pages branch. If you love it, you'll want
to take backups before playing with this. This script assumes that
This will DESTROY your gh-pages branch. If you love it, you'll want
to take backups before playing with this. This script assumes that
gh-pages is 100% derivative. You should never edit files in your
gh-pages branch by hand if you're using this script because you
gh-pages branch by hand if you're using this script because you
will lose your work.
%prep
%setup -q -n ghp-import-%{version}
sed -i '1d' ghp_import.py
%build
%python_build
@@ -70,11 +64,10 @@ will lose your work.
%python_uninstall_alternative ghp-import
%files %{python_files}
%defattr(-,root,root,-)
%doc README.md
%license LICENSE
%python_alternative %{_bindir}/ghp-import
%{python_sitelib}/*
%{python_sitelib}/ghp_import-%{version}-py%{python_version}.egg-info
%{python_sitelib}/ghp_import*
%{python_sitelib}/__pycache__/*
%changelog