pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-pybtex



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jan 21 15:36:33 UTC 2021

Modified Files:
        pkgsrc/textproc/py-pybtex: Makefile distinfo

Log Message:
py-pybtex: updated to 0.24.0

Version 0.24.0
--------------
**This is the last version that supports Python 2. The next version will
require Python 3.6 or above.**

- Added support for ``sup`` and ``sub`` tags to LaTeX and Markdown backends.
- Added support for ``@online`` entries and the ``urldate`` field.
- Restored compatibility with Python 2.
- Fixed tests on Windows.
- Fixed bugs in the example plugin.
- Fixed bad ``get_default_encoding()`` call.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-pybtex/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-pybtex/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-pybtex/Makefile
diff -u pkgsrc/textproc/py-pybtex/Makefile:1.6 pkgsrc/textproc/py-pybtex/Makefile:1.7
--- pkgsrc/textproc/py-pybtex/Makefile:1.6      Tue Dec  8 15:03:58 2020
+++ pkgsrc/textproc/py-pybtex/Makefile  Thu Jan 21 15:36:32 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/12/08 15:03:58 adam Exp $
+# $NetBSD: Makefile,v 1.7 2021/01/21 15:36:32 adam Exp $
 
-DISTNAME=      pybtex-0.23.0
+DISTNAME=      pybtex-0.24.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pybtex/}

Index: pkgsrc/textproc/py-pybtex/distinfo
diff -u pkgsrc/textproc/py-pybtex/distinfo:1.5 pkgsrc/textproc/py-pybtex/distinfo:1.6
--- pkgsrc/textproc/py-pybtex/distinfo:1.5      Tue Dec  8 15:03:58 2020
+++ pkgsrc/textproc/py-pybtex/distinfo  Thu Jan 21 15:36:32 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2020/12/08 15:03:58 adam Exp $
+$NetBSD: distinfo,v 1.6 2021/01/21 15:36:32 adam Exp $
 
-SHA1 (pybtex-0.23.0.tar.gz) = 0901ed8adce1addac8ae9131a2b48ece2c429a6a
-RMD160 (pybtex-0.23.0.tar.gz) = 74288f8e34f3db2d71d6dcb168fe8b13f33fa356
-SHA512 (pybtex-0.23.0.tar.gz) = 11b4c8141f237a25c320726b18fb254df077f4b644ac26fa2bf9f3d85c4301ab839f3544a3c1849243e75bbcbf194b25642b0ef11d354e3711578a4e19565bde
-Size (pybtex-0.23.0.tar.gz) = 400649 bytes
+SHA1 (pybtex-0.24.0.tar.gz) = 77a667846a10c06a918b919ab7feb5f40075a39b
+RMD160 (pybtex-0.24.0.tar.gz) = a735bc1a36c3e229a686d0a9c648620b954fbccc
+SHA512 (pybtex-0.24.0.tar.gz) = caa3480b82012d1db5e44ca7fb5a4082e9aa27e892364de22bd05b0b589da3b1bd41eacd3cda8f86ce567b32ab9a22765d2d8d89c21936d4149d4511349c556e
+Size (pybtex-0.24.0.tar.gz) = 402879 bytes
 SHA1 (patch-setup.py) = 5a0649e4ad5ca646fc87b906e6d78329e64628db



Home | Main Index | Thread Index | Old Index