Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 40 additions & 11 deletions PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,20 +1,42 @@
Metadata-Version: 1.1
Metadata-Version: 1.2
Name: releases
Version: 1.6.3
Version: 2.1.1
Summary: A Sphinx extension for changelog manipulation
Home-page: https://github.com/bitprophet/releases
Author: Jeff Forcier
Author-email: [email protected]
License: UNKNOWN
Description: .. image:: https://secure.travis-ci.org/bitprophet/releases.png?branch=master
:target: https://travis-ci.org/bitprophet/releases
Project-URL: Docs, https://releases.readthedocs.io
Project-URL: Source, https://github.com/bitprophet/releases
Project-URL: Changelog, https://releases.readthedocs.io/en/latest/changelog.html
Project-URL: CI, https://app.circleci.com/pipelines/github/bitprophet/releases
Description: |version| |python| |license| |ci| |coverage|

.. |version| image:: https://img.shields.io/pypi/v/releases
:target: https://pypi.org/project/releases/
:alt: PyPI - Package Version
.. |python| image:: https://img.shields.io/pypi/pyversions/releases
:target: https://pypi.org/project/releases/
:alt: PyPI - Python Version
.. |license| image:: https://img.shields.io/pypi/l/releases
:target: https://github.com/bitprophet/releases/blob/main/LICENSE
:alt: PyPI - License
.. |ci| image:: https://img.shields.io/circleci/build/github/bitprophet/releases/main
:target: https://app.circleci.com/pipelines/github/bitprophet/releases
:alt: CircleCI
.. |coverage| image:: https://img.shields.io/codecov/c/gh/bitprophet/releases
:target: https://app.codecov.io/gh/bitprophet/releases
:alt: Codecov


What is Releases?
=================

Releases is a Python (2.7, 3.4+) compatible `Sphinx <http://sphinx-doc.org>`_
(1.3+) extension designed to help you keep a source control friendly, merge
friendly changelog file & turn it into useful, human readable HTML output.
Releases is a `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. It's compatible with Python 3.6+, and may
work on Sphinx versions as far back as 1.8.x, though 4.x and up are
recommended and generally all we will support.

Specifically:

Expand All @@ -31,7 +53,9 @@ Description: .. image:: https://secure.travis-ci.org/bitprophet/releases.png?bra
Some background on why this tool was created can be found in `this blog post
<http://bitprophet.org/blog/2013/09/14/a-better-changelog/>`_.

For more documentation, please see http://releases.readthedocs.io.
For more documentation, please see http://releases.readthedocs.io. For a
roadmap, see the maintainer's `roadmap page
<http://bitprophet.org/projects#roadmap>`_.

.. note::
You can install the development version via ``pip install -e
Expand All @@ -46,11 +70,16 @@ Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Documentation
Classifier: Topic :: Documentation :: Sphinx
Requires-Python: >=3.6
32 changes: 26 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,30 @@
.. image:: https://secure.travis-ci.org/bitprophet/releases.png?branch=master
:target: https://travis-ci.org/bitprophet/releases
|version| |python| |license| |ci| |coverage|

.. |version| image:: https://img.shields.io/pypi/v/releases
:target: https://pypi.org/project/releases/
:alt: PyPI - Package Version
.. |python| image:: https://img.shields.io/pypi/pyversions/releases
:target: https://pypi.org/project/releases/
:alt: PyPI - Python Version
.. |license| image:: https://img.shields.io/pypi/l/releases
:target: https://github.com/bitprophet/releases/blob/main/LICENSE
:alt: PyPI - License
.. |ci| image:: https://img.shields.io/circleci/build/github/bitprophet/releases/main
:target: https://app.circleci.com/pipelines/github/bitprophet/releases
:alt: CircleCI
.. |coverage| image:: https://img.shields.io/codecov/c/gh/bitprophet/releases
:target: https://app.codecov.io/gh/bitprophet/releases
:alt: Codecov


What is Releases?
=================

Releases is a Python (2.7, 3.4+) compatible `Sphinx <http://sphinx-doc.org>`_
(1.3+) extension designed to help you keep a source control friendly, merge
friendly changelog file & turn it into useful, human readable HTML output.
Releases is a `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. It's compatible with Python 3.6+, and may
work on Sphinx versions as far back as 1.8.x, though 4.x and up are
recommended and generally all we will support.

Specifically:

Expand All @@ -23,7 +41,9 @@ Specifically:
Some background on why this tool was created can be found in `this blog post
<http://bitprophet.org/blog/2013/09/14/a-better-changelog/>`_.

For more documentation, please see http://releases.readthedocs.io.
For more documentation, please see http://releases.readthedocs.io. For a
roadmap, see the maintainer's `roadmap page
<http://bitprophet.org/projects#roadmap>`_.

.. note::
You can install the development version via ``pip install -e
Expand Down
49 changes: 49 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,52 @@
python-releases (2.1.1-2) unstable; urgency=medium

* Team upload.
* Set DPT as Maintainer per new Team Policy
* Use new dh-sequence-python3

-- Alexandre Detiste <[email protected]> Wed, 28 Aug 2024 17:51:42 +0200

python-releases (2.1.1-1) unstable; urgency=medium

* Team upload.

[ Debian Janitor ]
* Remove constraints unnecessary since buster (oldstable):
+ Build-Depends: Drop versioned constraint on python3-sphinx and
python3-sphinx-rtd-theme.
* Bump debhelper from old 12 to 13.
* Re-export upstream signing key without extra signatures.
* Update standards version to 4.6.1, no changes needed.

[ Emmanuel Arias ]
* d/watch: Remove option pgpsigurlmangle.
- d/u/signing-key.asc: Remove file it is not in pypi.d.n repository.
* New upstream version (Closes: #1067826, #1073488).
* d/patches: Update
0001-Remove-travis-ci-image-and-link-to-avoid-privacy-bre.patch,
0002-Remove-calculated-date-from-docs-conf.py-to-support-.patch and
0003-Fix-usage-of-semanticversion-to-intended-API.patch patches.
* d/watch: Bump watch version to 4.

-- Emmanuel Arias <[email protected]> Sun, 16 Jun 2024 11:52:48 -0300

python-releases (1.6.3-2) unstable; urgency=low

[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Update standards version to 4.5.0, no changes needed.

[ Ondřej Nový ]
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.

[ Stefano Rivera ]
* d/control: Update Uploaders field with new Debian Python Team
contact address.

-- Sandro Tosi <[email protected]> Fri, 03 Jun 2022 23:33:05 -0400

python-releases (1.6.3-1) unstable; urgency=medium

* Team upload.
Expand Down
19 changes: 10 additions & 9 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
Source: python-releases
Section: python
Priority: optional
Maintainer: Zygmunt Krynicki <[email protected]>
Uploaders: Debian Python Modules Team <[email protected]>
Build-Depends: debhelper-compat (= 12),
dh-python,
Maintainer: Debian Python Team <[email protected]>
Uploaders: Zygmunt Krynicki <[email protected]>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-semantic-version,
python3-setuptools,
python3-sphinx (>= 1.3.1-3~),
python3-sphinx-rtd-theme (>= 0.1.8-2~)
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/python-team/modules/python-releases.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-releases
python3-sphinx,
python3-sphinx-rtd-theme
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/python-team/packages/python-releases.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-releases
Homepage: https://github.com/bitprophet/releases
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Expand Down Expand Up @@ -47,6 +47,7 @@ Package: python-releases-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Multi-Arch: foreign
Description: Sphinx extension for changelog manipulation documentation
Releases is a Sphinx extension designed to help you keep a source control
friendly, merge friendly changelog file & turn it into useful, human readable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,27 @@ Subject: Remove travis-ci image and link to avoid privacy breach
README.rst | 3 ---
1 file changed, 3 deletions(-)

diff --git a/README.rst b/README.rst
index bdaac6b..cab592a 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,3 @@
-.. image:: https://secure.travis-ci.org/bitprophet/releases.png?branch=master
- :target: https://travis-ci.org/bitprophet/releases
@@ -1,22 +1,5 @@
|version| |python| |license| |ci| |coverage|

-.. |version| image:: https://img.shields.io/pypi/v/releases
- :target: https://pypi.org/project/releases/
- :alt: PyPI - Package Version
-.. |python| image:: https://img.shields.io/pypi/pyversions/releases
- :target: https://pypi.org/project/releases/
- :alt: PyPI - Python Version
-.. |license| image:: https://img.shields.io/pypi/l/releases
- :target: https://github.com/bitprophet/releases/blob/main/LICENSE
- :alt: PyPI - License
-.. |ci| image:: https://img.shields.io/circleci/build/github/bitprophet/releases/main
- :target: https://app.circleci.com/pipelines/github/bitprophet/releases
- :alt: CircleCI
-.. |coverage| image:: https://img.shields.io/codecov/c/gh/bitprophet/releases
- :target: https://app.codecov.io/gh/bitprophet/releases
- :alt: Codecov
-
-
What is Releases?
=================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,19 @@ Subject: Remove calculated date from docs/conf.py to support reproducible
docs/conf.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 6b6ff31..6964763 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,4 +1,3 @@
-from datetime import datetime
import os
import sys

@@ -11,7 +10,7 @@ source_suffix = '.rst'
master_doc = 'index'
@@ -11,7 +10,7 @@
master_doc = "index"

project = u'Releases'
-year = datetime.now().year
+year = 2015
copyright = u'%d Jeff Forcier' % year
project = "Releases"
-copyright = f"{datetime.now().year} Jeff Forcier"
+copyright = "2015 Jeff Forcier"

# Ensure project directory is on PYTHONPATH for version, autodoc access
sys.path.insert(0, os.path.abspath(os.path.join(os.getcwd(), "..")))
Loading
Loading