File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838alternate application entrypoint.
3939"""
4040
41- __version__ = "1.24.0 "
41+ __version__ = "1.24.1 "
Original file line number Diff line number Diff line change 11pkgname=docking
2- pkgver=1.24.0
2+ pkgver=1.24.1
33pkgrel=1
44pkgdesc=" A lightweight, feature-rich dock for Linux written in Python with GTK 3 and Cairo"
55arch=(' x86_64' ' aarch64' )
Original file line number Diff line number Diff line change 1+ docking (1.24.1-1) stable; urgency=medium
2+
3+ * Release 1.24.1.
4+
5+ -- Eduardo Mucelli Rezende Oliveira <edumucelli@gmail.com> Fri, 22 May 2026 20:35:10 +0200
6+
17docking (1.24.0-1) stable; urgency=medium
28
39 * Release 1.24.0.
Original file line number Diff line number Diff line change 3535 </provides >
3636 <content_rating type =" oars-1.1" />
3737 <releases >
38+ <release version =" 1.24.1" date =" 2026-05-22" />
3839 <release version =" 1.24.0" date =" 2026-05-21" />
3940 <release version =" 1.23.1" date =" 2026-05-19" />
4041 <release version =" 1.23.0" date =" 2026-05-18" />
Original file line number Diff line number Diff line change 55in
66pyPkgs . buildPythonApplication rec {
77 pname = "docking" ;
8- version = "1.24.0 " ;
8+ version = "1.24.1 " ;
99 format = "pyproject" ;
1010
1111 src = ../.. ;
Original file line number Diff line number Diff line change 11Name: docking
2- Version: %{?pkg_version }%{! ?pkg_version:1.24.0 }
2+ Version: %{?pkg_version }%{! ?pkg_version:1.24.1 }
33Release: 1%{?dist }
44Summary: A lightweight, feature-rich dock for Linux written in Python with GTK 3 and Cairo
55
8888/usr/share/icons/hicolor
8989
9090%changelog
91+ * Fri May 22 2026 Eduardo Mucelli Rezende Oliveira <edumucelli@gmail.com> - 1.24.1-1
92+ - Release 1.24.1.
93+
9194* Thu May 21 2026 Eduardo Mucelli Rezende Oliveira <edumucelli@gmail.com> - 1.24.0-1
9295- Release 1.24.0.
9396
Original file line number Diff line number Diff line change 11name : docking
22title : Docking
33base : core22
4- version : " 1.24.0 "
4+ version : " 1.24.1 "
55summary : Feature-rich Linux dock in Python with GTK 3 and Cairo
66description : |
77 A lightweight, feature-rich dock for Linux written in Python with GTK 3 and Cairo.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " docking"
7- version = " 1.24.0 "
7+ version = " 1.24.1 "
88description = " A lightweight, feature-rich dock for Linux written in Python with GTK 3 and Cairo"
99requires-python = " >=3.10"
1010license = {text = " GPL-3.0-or-later" }
Original file line number Diff line number Diff line change 22# The canonical config is in pyproject.toml.
33[metadata]
44name = docking
5- version = 1.24.0
5+ version = 1.24.1
66[options]
77packages = find:
88python_requires = >=3.10
You can’t perform that action at this time.
0 commit comments