Projects
Kolab:16:Enterprise
pykolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 62
View file
pykolab.spec
Changed
@@ -33,8 +33,8 @@ Summary: Kolab Groupware Solution Name: pykolab -Version: 0.8.20 -Release: 2%{?dist} +Version: 0.8.21 +Release: 1%{?dist} License: GPLv3+ Group: Applications/System URL: http://kolab.org/ @@ -570,6 +570,9 @@ %attr(0700,%{kolab_user},%{kolab_group}) %dir %{_var}/spool/pykolab/wallace %changelog +* Fri Feb 4 2022 Jeroen van Meeuwen <vanmeeuwen@apheleia-it.ch> - 0.8.21-1 +- Release of version 0.8.21 + * Thu Feb 3 2022 Christoph Erhardt <kolab@sicherha.de> - 0.8.20-2 - Fix TypeError in logger
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +pykolab (0.8.21-0~kolab1) unstable; urgency=low + + * Release of version 0.8.21 + + -- Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> Fri, 4 Feb 2022 01:49:00 +0100 + pykolab (0.8.20-0~kolab2) unstable; urgency=low * Fix TypeError in logger
View file
pykolab-0.8.20.tar.gz/configure.ac -> pykolab-0.8.21.tar.gz/configure.ac
Changed
@@ -1,4 +1,4 @@ -AC_INIT(pykolab, 0.8.20) +AC_INIT(pykolab, 0.8.21) AC_SUBST(RELEASE, 1) AC_CONFIG_SRCDIR(pykolab/constants.py.in)
View file
pykolab-0.8.20.tar.gz/pykolab/logger.py -> pykolab-0.8.21.tar.gz/pykolab/logger.py
Changed
@@ -216,7 +216,7 @@ os.chmod(self.logfile, '0660') except Exception as errmsg: - self.error( + print( _("Could not change permissions on %s: %r") % (self.logfile, errmsg) ) @@ -226,7 +226,7 @@ except Exception as errmsg: if os.path.isfile(self.logfile): - self.error(_("Could not change permissions on %s: %r") % (self.logfile, errmsg)) + print(_("Could not change permissions on %s: %r") % (self.logfile, errmsg)) if self.debuglevel > 8: import traceback traceback.print_exc()
View file
pykolab.dsc
Changed
@@ -2,7 +2,7 @@ Source: pykolab Binary: pykolab, kolab-cli, kolab-conf, kolab-saslauthd, kolab-server, kolab-telemetry, kolab-xml, wallace Architecture: all -Version: 0.8.20-0~kolab2 +Version: 0.8.21-0~kolab1 Maintainer: Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> Homepage: http://www.kolab.org @@ -40,5 +40,5 @@ pykolab deb python optional wallace deb python optional Files: - 00000000000000000000000000000000 0 pykolab-0.8.20.tar.gz + 00000000000000000000000000000000 0 pykolab-0.8.21.tar.gz 00000000000000000000000000000000 0 debian.tar.gz
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.