forked from pool/python-releases
Accepting request 610399 from devel:languages:python:misc
Needed by python-invocations OBS-URL: https://build.opensuse.org/request/show/610399 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-releases?expand=0&rev=1
This commit is contained in:
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.osc
|
||||
29
python-releases.changes
Normal file
29
python-releases.changes
Normal file
@@ -0,0 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 18 14:29:58 UTC 2018 - toddrme2178@gmail.com
|
||||
|
||||
- Update to 1.5.0
|
||||
* Allow multiple changelog files -- releases_document_name
|
||||
may now optionally be a list of strings instead of a single string.
|
||||
- Update to 1.4.2
|
||||
* We never pulled our README into our setup.py metadata,
|
||||
resulting in a rather sparse PyPI page! This has been fixed.
|
||||
- Update to 1.4.1
|
||||
* Sphinx 1.7.x changed some semi-public APIs; given this is the
|
||||
second minor release in a row to do so, we're explicitly bracketing our
|
||||
``setup.py`` dependencies to Sphinx >= 1.3 and < 1.7. We expect to bump this
|
||||
up one minor release at a time as we add compatibility back in.
|
||||
- Update to 1.4.0
|
||||
* Drop Python 2.6 and 3.3 support, to correspond with earlier
|
||||
changes in Sphinx and most other public Python projects.
|
||||
* Identified a handful of issues with our Sphinx pin &
|
||||
subsequently, internal changes in Sphinx 1.6 which broke (and/or appear to
|
||||
break, such as noisy warnings) our own behavior. These have (hopefully) all
|
||||
been fixed.
|
||||
- Update to 1.3.2
|
||||
* Update packaging requirements to allow for
|
||||
sphinx>=1.3,<2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 19 01:08:46 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
- Initial version
|
||||
71
python-releases.spec
Normal file
71
python-releases.spec
Normal file
@@ -0,0 +1,71 @@
|
||||
#
|
||||
# spec file for package python-releases
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# 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/
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
# Tests have dependency loop with python-invoke and python-invocations
|
||||
Name: python-releases
|
||||
Version: 1.5.0
|
||||
Release: 0
|
||||
License: BSD-2-Clause
|
||||
Summary: A Sphinx extension for changelog manipulation
|
||||
Url: https://github.com/bitprophet/releases
|
||||
Group: Development/Languages/Python
|
||||
Source: https://files.pythonhosted.org/packages/source/r/releases/releases-%{version}.tar.gz
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
Requires: python-semantic_version < 3.0
|
||||
Requires: python-Sphinx >= 1.3
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
Releases is a Python 2+3 compatible `Sphinx <http://sphinx-doc.org>`_ extension
|
||||
designed to help you keep a source control friendly, merge friendly changelog
|
||||
file & turn it into useful, human readable HTML output.
|
||||
|
||||
Specifically:
|
||||
|
||||
* The source format (kept in your Sphinx tree as ``changelog.rst``) is a
|
||||
stream-like timeline that plays well with source control & only requires one
|
||||
entry per change (even for changes that exist in multiple release lines).
|
||||
* The output (when you have the extension installed and run your Sphinx build
|
||||
command) is a traditional looking changelog page with a section for every
|
||||
release; multi-release issues are copied automatically into each release.
|
||||
* By default, feature and support issues are only displayed under feature
|
||||
releases, and bugs are only displayed under bugfix releases. This can be
|
||||
overridden on a per-issue basis.
|
||||
|
||||
%prep
|
||||
%setup -q -n releases-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.rst
|
||||
%license LICENSE
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
3
releases-1.5.0.tar.gz
Normal file
3
releases-1.5.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c4b2ff79490e11f7b59ff89537f1c221bb57dc8412ce51289734567bd1d0ad0
|
||||
size 39405
|
||||
Reference in New Issue
Block a user