pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-olm



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Nov 30 06:16:15 UTC 2023

Modified Files:
        pkgsrc/security/py-olm: Makefile PLIST distinfo

Log Message:
py-olm: updated to 3.2.16

Changes in `3.2.16 <https://gitlab.matrix.org/matrix-org/olm/tags/3.2.16>`_
===========================================================================

This release includes the following changes since 3.2.15:

* Fix and modernize the Python packaging (thanks to Alfred Wingate)

Changes in `3.2.15 <https://gitlab.matrix.org/matrix-org/olm/tags/3.2.15>`_
===========================================================================

This release includes the following changes since 3.2.14:

* Improvements to Python packaging
  * No longer depend on ``future`` since Python 2 is no longer supported.
  * Improve compatibility with tox 4.
  * Add support for making standalone sdist.
* Improvements to Nix flake (Thanks to Jon Ringer)
  * Improve structure.
  * Enable Darwin builds.
* Typescript type fix.

Changes in `3.2.14 <https://gitlab.matrix.org/matrix-org/olm/tags/3.2.14>`_
===========================================================================

This release includes the following changes since 3.2.13:

* TypeScript type improvements.
* Improvements to Python packaging
* Documentation improvements.

Changes in `3.2.13 <https://gitlab.matrix.org/matrix-org/olm/tags/3.2.13>`_
===========================================================================

This release includes the following changes since 3.2.12:

* Fix compilation with newer versions of emscripten.
  * The npm package is compiled with emscripten 3.1.17 to fix compatibility with
    node 18.
* Add py.typed to Python wheels.
* Some documentation fixes and updates.
* Improve the pkgconfig file.

Changes in `3.2.12 <https://gitlab.matrix.org/matrix-org/olm/tags/3.2.12>`_
===========================================================================

This release includes the following changes since 3.2.11:

* Expose olm_sas_calculate_mac_fixed_base64 in the bindings.
* Allow memory to grow in wasm.  Thanks to benkuly for the suggestion.
* Fix Python type hints.
* Some Python build fixes.
* Initial work on a Nix flake for building and testing.

Changes in `3.2.11 <https://gitlab.matrix.org/matrix-org/olm/tags/3.2.11>`_
===========================================================================

This release includes the following changes since 3.2.10:

* Fix building documentation.  Thanks to Jonas Smedegaard.  The documents
  written in Markdown are now converted to HTML using Pandoc.
* Add methods for getting unpublished fallback key in Objective-C binding.
* Add public pickle/unpickle methods to Java binding.
* Add wrapper for olm_session_describe to Java binding.  Thanks to Alex Baker.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-olm/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/py-olm/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-olm/distinfo

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

Modified files:

Index: pkgsrc/security/py-olm/Makefile
diff -u pkgsrc/security/py-olm/Makefile:1.4 pkgsrc/security/py-olm/Makefile:1.5
--- pkgsrc/security/py-olm/Makefile:1.4 Sun Nov  5 13:25:14 2023
+++ pkgsrc/security/py-olm/Makefile     Thu Nov 30 06:16:15 2023
@@ -1,23 +1,23 @@
-# $NetBSD: Makefile,v 1.4 2023/11/05 13:25:14 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2023/11/30 06:16:15 adam Exp $
 
-DISTNAME=      olm-3.2.10
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+DISTNAME=      python-olm-3.2.16
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^python-//}
 CATEGORIES=    security python
-MASTER_SITES=  https://gitlab.matrix.org/matrix-org/olm/-/archive/${PKGVERSION_NOREV}/
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-olm/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://gitlab.matrix.org/matrix-org/olm/
 COMMENT=       Olm bindings for Python
 LICENSE=       apache-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
-DEPENDS+=      ${PYPKGPREFIX}-future>=0.18.2:../../devel/py-future
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-cffi>=1.0.0:../../devel/py-cffi
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+USE_LANGUAGES= c c++
+USE_TOOLS=     cmake
 
-WRKSRC=                ${WRKDIR}/${DISTNAME}/python
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../security/olm/buildlink3.mk"
 .include "../../lang/python/wheel.mk"

Index: pkgsrc/security/py-olm/PLIST
diff -u pkgsrc/security/py-olm/PLIST:1.3 pkgsrc/security/py-olm/PLIST:1.4
--- pkgsrc/security/py-olm/PLIST:1.3    Sun Nov  5 13:25:14 2023
+++ pkgsrc/security/py-olm/PLIST        Thu Nov 30 06:16:15 2023
@@ -1,11 +1,12 @@
-@comment $NetBSD: PLIST,v 1.3 2023/11/05 13:25:14 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2023/11/30 06:16:15 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/_libolm.abi3.so
 ${PYSITELIB}/olm/__init__.py
 ${PYSITELIB}/olm/__init__.pyc
 ${PYSITELIB}/olm/__init__.pyo
-${PYSITELIB}/olm/__version__.py
-${PYSITELIB}/olm/__version__.pyc
-${PYSITELIB}/olm/__version__.pyo
 ${PYSITELIB}/olm/_compat.py
 ${PYSITELIB}/olm/_compat.pyc
 ${PYSITELIB}/olm/_compat.pyo
@@ -21,6 +22,7 @@ ${PYSITELIB}/olm/group_session.pyo
 ${PYSITELIB}/olm/pk.py
 ${PYSITELIB}/olm/pk.pyc
 ${PYSITELIB}/olm/pk.pyo
+${PYSITELIB}/olm/py.typed
 ${PYSITELIB}/olm/sas.py
 ${PYSITELIB}/olm/sas.pyc
 ${PYSITELIB}/olm/sas.pyo
@@ -30,7 +32,3 @@ ${PYSITELIB}/olm/session.pyo
 ${PYSITELIB}/olm/utility.py
 ${PYSITELIB}/olm/utility.pyc
 ${PYSITELIB}/olm/utility.pyo
-${PYSITELIB}/python_${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/python_${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/python_${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/python_${WHEEL_INFODIR}/top_level.txt

Index: pkgsrc/security/py-olm/distinfo
diff -u pkgsrc/security/py-olm/distinfo:1.2 pkgsrc/security/py-olm/distinfo:1.3
--- pkgsrc/security/py-olm/distinfo:1.2 Tue Jan 25 13:12:49 2022
+++ pkgsrc/security/py-olm/distinfo     Thu Nov 30 06:16:15 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2022/01/25 13:12:49 wiz Exp $
+$NetBSD: distinfo,v 1.3 2023/11/30 06:16:15 adam Exp $
 
-BLAKE2s (olm-3.2.10.tar.gz) = 888b76d7543eca0316cc447232836e3a2ce7e0acebf63a1ad7944c4893805e26
-SHA512 (olm-3.2.10.tar.gz) = e4b4e1a4b5afbf537780db21a7639609581f9be7f52d8bec572db38e9e2bae43138c1214aa23a87fb5c66f3ce47f566950c9689b27426ea894afa444fc3829c7
-Size (olm-3.2.10.tar.gz) = 2894343 bytes
+BLAKE2s (python-olm-3.2.16.tar.gz) = 58792cb971a7c886bc267e9349cad60c8352210a4c38b22f17a241f411a1b8b9
+SHA512 (python-olm-3.2.16.tar.gz) = e8c763577fe87387e1c3559b35db17766fe3c20acd8ff59ec118c33f040f980f7a6afde40a9adf4d9626782c904644a577c60d16f31cf05f0fb698e4b6cbffcf
+Size (python-olm-3.2.16.tar.gz) = 2705522 bytes



Home | Main Index | Thread Index | Old Index