./textproc/py-pybtex-docutils, Docutils backend for pybtex

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.3, Package name: py311-pybtex-docutils-1.0.3, Maintainer: jaapb

A docutils backend for pybtex.


Required to run:
[textproc/py-docutils] [textproc/py-pybtex] [lang/python310]

Master sites:

Filesize: 17.918 KB

Version history: (Expand)


CVS history: (Expand)


   2023-08-22 22:40:21 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-pybtex-docutils: updated to 1.0.3

1.0.3 (22 August 2023)

* Bump required docutils version to 0.14.
* Add tests for docutils 0.14 and 0.18 in github workflow.
* Fix tests for docutils 0.17 and lower
* Drop Python 3.6 support.
   2023-01-02 14:12:12 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-pybtex-docutils: updated to 1.0.2

1.0.2 (25 May 2022)
-------------------

* New ``simplebibliography``
  directive, which will generate a citation for every entry in the specified
  bib files, intended for simple single document workflows that do not require
  the full power of Sphinx.

* Fix deprecation warning with docutils 0.18
   2022-05-24 20:51:57 by Jaap Boender | Files touched by this commit (118) | Package updated
Log message:
Recursive revbump associated with update of ocaml.

Also change of mk/ocaml.mk to lang/ocaml/ocaml.mk.
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-12-06 16:22:57 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-pybtex-docutils: update to 1.0.1.

1.0.1 (in development)
----------------------

* Add py.typed so mypy finds the type annotations.

* Switch to github actions for regression testing.

1.0.0 (15 January 2021)
-----------------------

* Drop Python 2.7, 3.4, and 3.5 support.

* Add type annotations.

* Add support for sub and sup tags.
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2019-10-22 08:45:06 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-pybtex-docutils: updated to 0.2.2

0.2.2:
* Drop Python 3.3 support.
* New footnote and footnote_reference methods for docutils footnote
  support.