15
0

Accepting request 912191 from home:jengelh:branches:devel:languages:python

- Trim conjecture and filler wording from description. Use noun
  phrase for summary.

OBS-URL: https://build.opensuse.org/request/show/912191
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ghp-import?expand=0&rev=3
This commit is contained in:
2021-08-17 12:20:51 +00:00
committed by Git OBS Bridge
parent 2d253b1304
commit 006847e031
2 changed files with 11 additions and 6 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Aug 14 21:52:46 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Trim conjecture and filler wording from description. Use noun
phrase for summary.
-------------------------------------------------------------------
Fri Aug 13 11:00:02 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>

View File

@@ -21,7 +21,7 @@
Name: python-ghp-import
Version: 2.0.1
Release: 0
Summary: Import docs to your gh-pages branch
Summary: Utility to import docs into a gh-pages branch
License: Apache-2.0
Group: Development/Languages/Python
URL: https://pypi.org/project/ghp-import/
@@ -37,15 +37,14 @@ 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
gh-pages is 100% derivative. You should never edit files in your
A utility to import docs to a gh-pages branch.
This will destroy the gh-pages branch. 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
will lose your work.
%prep
%setup -q -n ghp-import-%{version}
%autosetup -n ghp-import-%{version}
sed -i '1d' ghp_import.py
%build