Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mesonium
gajim
Commits
f5531f7f
Commit
f5531f7f
authored
9 months ago
by
Philipp Hörist
Browse files
Options
Downloads
Patches
Plain Diff
change: Raise nbxmpp version
parent
e5901bf7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
debian/patches/remove-nbxmpp-from-deps.patch
+1
-1
1 addition, 1 deletion
debian/patches/remove-nbxmpp-from-deps.patch
gajim/main.py
+1
-1
1 addition, 1 deletion
gajim/main.py
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
4 additions
and
4 deletions
README.md
+
1
−
1
View file @
f5531f7f
...
@@ -12,7 +12,7 @@ ### Runtime Requirements
...
@@ -12,7 +12,7 @@ ### Runtime Requirements
-
[
Gtk3
](
https://gitlab.gnome.org/GNOME/gtk
)
(
>=3.24.30
)
-
[
Gtk3
](
https://gitlab.gnome.org/GNOME/gtk
)
(
>=3.24.30
)
-
[
GtkSourceView
](
https://gitlab.gnome.org/GNOME/gtksourceview
)
-
[
GtkSourceView
](
https://gitlab.gnome.org/GNOME/gtksourceview
)
-
[
keyring
](
https://pypi.org/project/keyring/
)
-
[
keyring
](
https://pypi.org/project/keyring/
)
-
[
nbxmpp
](
https://pypi.org/project/nbxmpp/
)
(
>=
4.5.3
)
-
[
nbxmpp
](
https://pypi.org/project/nbxmpp/
)
(
>=
5.0.0
)
-
[
omemo-dr
](
https://dev.gajim.org/gajim/omemo-dr
)
(
>=1.0.0
)
-
[
omemo-dr
](
https://dev.gajim.org/gajim/omemo-dr
)
(
>=1.0.0
)
-
[
packaging
](
https://pypi.org/project/packaging/
)
-
[
packaging
](
https://pypi.org/project/packaging/
)
-
[
Pango
](
https://gitlab.gnome.org/GNOME/pango
)
(
>=1.50.0
)
-
[
Pango
](
https://gitlab.gnome.org/GNOME/pango
)
(
>=1.50.0
)
...
...
This diff is collapsed.
Click to expand it.
debian/patches/remove-nbxmpp-from-deps.patch
+
1
−
1
View file @
f5531f7f
...
@@ -15,7 +15,7 @@ index f0fbbc2c6..58207a0c6 100644
...
@@ -15,7 +15,7 @@ index f0fbbc2c6..58207a0c6 100644
"css-parser",
"css-parser",
"emoji>=2.6.0",
"emoji>=2.6.0",
"keyring",
"keyring",
- "nbxmpp>=
4.5.3
,<
5
.0.0",
- "nbxmpp>=
5.0.0
,<
6
.0.0",
"omemo-dr>=1.0.0,<2.0.0",
"omemo-dr>=1.0.0,<2.0.0",
"packaging",
"packaging",
"pillow>=9.1.0",
"pillow>=9.1.0",
...
...
This diff is collapsed.
Click to expand it.
gajim/main.py
+
1
−
1
View file @
f5531f7f
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
from
packaging.version
import
Version
as
V
from
packaging.version
import
Version
as
V
_MIN_NBXMPP_VER
=
'
4.5.3
'
_MIN_NBXMPP_VER
=
'
5.0.0
'
_MIN_GTK_VER
=
'
3.24.30
'
_MIN_GTK_VER
=
'
3.24.30
'
_MIN_CAIRO_VER
=
'
1.16.0
'
_MIN_CAIRO_VER
=
'
1.16.0
'
_MIN_PYGOBJECT_VER
=
'
3.42.0
'
_MIN_PYGOBJECT_VER
=
'
3.42.0
'
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
f5531f7f
...
@@ -29,7 +29,7 @@ dependencies = [
...
@@ -29,7 +29,7 @@ dependencies = [
"css-parser"
,
"css-parser"
,
"emoji>
=
2.6
.
0
",
"emoji>
=
2.6
.
0
",
"keyring"
,
"keyring"
,
"nbxmpp>
=
4.5
.
3
,
<
5
.0
.
0
",
"nbxmpp>
=
5.0
.
0
,
<
6
.0
.
0
",
"omemo-dr>
=
1.0
.
0
,
<
2.0
.
0
",
"omemo-dr>
=
1.0
.
0
,
<
2.0
.
0
",
"packaging"
,
"packaging"
,
"pillow>
=
9.1
.
0
",
"pillow>
=
9.1
.
0
",
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment