Accepting request 1006778 from home:yarunachalam:branches:devel:languages:python

- Update to version 2.2.0
  * Remove outdated "I" and "me" from the text
  * Use `rfc2822` date format (#109)
  * Respect `--prefix` when using `--no-jekyll` (#107)
  * Remove unused constant
  * Switch from optparse to argparse (#103)
- Update to version 2.0.2
  * Build and release wheels (#102)

OBS-URL: https://build.opensuse.org/request/show/1006778
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ghp-import?expand=0&rev=5
This commit is contained in:
Dirk Mueller 2022-09-29 10:36:56 +00:00 committed by Git OBS Bridge
parent 0d2306aa2a
commit d030afb0c6
4 changed files with 18 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:753de2eace6e0f7d4edfb3cce5e3c3b98cd52aadb80163303d1d036bda7b4483
size 11158

3
ghp-import-2.1.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9c535c4c61193c2df8871222567d7fd7e5014d835f97dc7b7439069e2413d343
size 10943

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Sep 28 21:18:08 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 2.2.0
* Remove outdated "I" and "me" from the text
* Use `rfc2822` date format (#109)
* Respect `--prefix` when using `--no-jekyll` (#107)
* Remove unused constant
* Switch from optparse to argparse (#103)
- Update to version 2.0.2
* Build and release wheels (#102)
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Aug 14 21:52:46 UTC 2021 - Jan Engelhardt <jengelh@inai.de> Sat Aug 14 21:52:46 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-ghp-import # spec file for package python-ghp-import
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1 %define skip_python2 1
Name: python-ghp-import Name: python-ghp-import
Version: 2.0.1 Version: 2.1.0
Release: 0 Release: 0
Summary: Utility to import docs into a gh-pages branch Summary: Utility to import docs into a gh-pages branch
License: Apache-2.0 License: Apache-2.0