Philipp Hörist pushed to branch master at gajim / python-nbxmpp


Commits:
c31e357b by Philipp Hörist at 2025-02-27T22:33:31+01:00
other: Remove PyGObject from dev stubs

PyPI does not allow git dependencies

- - - - -
777e47bc by Philipp Hörist at 2025-02-27T22:33:31+01:00
release: 6.0.0

- - - - -


3 changed files:

- ChangeLog
- nbxmpp/__init__.py
- pyproject.toml


Changes:

=====================================
ChangeLog
=====================================
@@ -1,3 +1,13 @@
+nbxmpp 6.0.0 (24 Feb 2025)
+
+  Change
+
+  * JID: Remove default arguments
+
+  Bug Fixes
+
+  * Moderation: Parse moderation messages correctly (#164)
+
 nbxmpp 5.0.4 (19 Sep 2024)
 
   Bug Fixes


=====================================
nbxmpp/__init__.py
=====================================
@@ -4,4 +4,4 @@ gi.require_version("Soup", "3.0")
 
 from .protocol import *  # noqa: F403, E402
 
-__version__: str = "5.0.4"
+__version__: str = "6.0.0"


=====================================
pyproject.toml
=====================================
@@ -31,7 +31,6 @@ dev = [
   "black==24.10.0",
   "isort>=5.13.2",
   "ruff>=0.9.7",
-  "PyGObject-stubs @ git+https://github.com/pygobject/pygobject-stubs.git";,
 ]
 
 [project.urls]



View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/compare/cfa7d63a99c9733b04bbfe27cd7c453c51b251b1...777e47bca47cff32bd6dfea8b8ff61cccdc9653e

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/compare/cfa7d63a99c9733b04bbfe27cd7c453c51b251b1...777e47bca47cff32bd6dfea8b8ff61cccdc9653e
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to