Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-weblate-schemas for
openSUSE:Factory checked in at 2021-07-03 20:50:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-weblate-schemas (Old)
and /work/SRC/openSUSE:Factory/.python-weblate-schemas.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-weblate-schemas"
Sat Jul 3 20:50:36 2021 rev:4 rq:903642 version:0.7
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-weblate-schemas/python-weblate-schemas.changes
2021-03-16 15:46:28.853235832 +0100
+++
/work/SRC/openSUSE:Factory/.python-weblate-schemas.new.2625/python-weblate-schemas.changes
2021-07-03 20:50:43.424826436 +0200
@@ -1,0 +2,6 @@
+Thu Jul 1 13:55:43 UTC 2021 - Mark??ta Machov?? <[email protected]>
+
+- Update to version 0.7
+ * Fixed minor syntax issue in user data schema.
+
+-------------------------------------------------------------------
Old:
----
weblate_schemas-0.6.tar.gz
New:
----
weblate_schemas-0.7.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-weblate-schemas.spec ++++++
--- /var/tmp/diff_new_pack.HHSEHu/_old 2021-07-03 20:50:44.184820591 +0200
+++ /var/tmp/diff_new_pack.HHSEHu/_new 2021-07-03 20:50:44.188820561 +0200
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-weblate-schemas
-Version: 0.6
+Version: 0.7
Release: 0
Summary: A collection of schemas used by Weblate
License: MIT
++++++ weblate_schemas-0.6.tar.gz -> weblate_schemas-0.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/weblate_schemas-0.6/CHANGES.rst
new/weblate_schemas-0.7/CHANGES.rst
--- old/weblate_schemas-0.6/CHANGES.rst 2021-03-05 15:47:39.000000000 +0100
+++ new/weblate_schemas-0.7/CHANGES.rst 2021-05-17 06:47:05.000000000 +0200
@@ -1,6 +1,12 @@
Changelog
=========
+0.7
+---
+
+* Released on 17th Match 2021.
+* Fixed minor syntax issue in user data schema.
+
0.6
---
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/weblate_schemas-0.6/PKG-INFO
new/weblate_schemas-0.7/PKG-INFO
--- old/weblate_schemas-0.6/PKG-INFO 2021-03-05 15:47:48.373687300 +0100
+++ new/weblate_schemas-0.7/PKG-INFO 2021-05-17 06:47:18.648496200 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: weblate_schemas
-Version: 0.6
+Version: 0.7
Summary: A collection of schemas used by Weblate
Home-page: https://weblate.org/
Author: Michal ??iha??
@@ -17,7 +17,7 @@
:height: 80px
**Weblate is a copylefted libre software web-based continuous
localization system,
- used by over 1150 libre projects and companies in more than 115
countries.**
+ used by over 2500 libre projects and companies in more than 165
countries.**
This module contains schemas used in Weblate exports.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/weblate_schemas-0.6/README.rst
new/weblate_schemas-0.7/README.rst
--- old/weblate_schemas-0.6/README.rst 2021-03-05 15:47:39.000000000 +0100
+++ new/weblate_schemas-0.7/README.rst 2021-05-17 06:47:05.000000000 +0200
@@ -4,7 +4,7 @@
:height: 80px
**Weblate is a copylefted libre software web-based continuous localization
system,
-used by over 1150 libre projects and companies in more than 115 countries.**
+used by over 2500 libre projects and companies in more than 165 countries.**
This module contains schemas used in Weblate exports.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/weblate_schemas-0.6/weblate_schemas/__init__.py
new/weblate_schemas-0.7/weblate_schemas/__init__.py
--- old/weblate_schemas-0.6/weblate_schemas/__init__.py 2021-03-05
15:47:39.000000000 +0100
+++ new/weblate_schemas-0.7/weblate_schemas/__init__.py 2021-05-17
06:47:05.000000000 +0200
@@ -24,7 +24,7 @@
#
"""Schemas used by Weblate."""
-__version__ = "0.6"
+__version__ = "0.7"
import json
from pathlib import Path
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/weblate_schemas-0.6/weblate_schemas/schemas/weblate-userdata.schema.json
new/weblate_schemas-0.7/weblate_schemas/schemas/weblate-userdata.schema.json
---
old/weblate_schemas-0.6/weblate_schemas/schemas/weblate-userdata.schema.json
2021-03-05 15:47:39.000000000 +0100
+++
new/weblate_schemas-0.7/weblate_schemas/schemas/weblate-userdata.schema.json
2021-05-17 06:47:05.000000000 +0200
@@ -4,7 +4,6 @@
"type": "object",
"definitions": {},
"title": "Weblate user data export",
- "type": "object",
"required": ["basic", "profile", "auditlog"],
"properties": {
"basic": {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/weblate_schemas-0.6/weblate_schemas.egg-info/PKG-INFO
new/weblate_schemas-0.7/weblate_schemas.egg-info/PKG-INFO
--- old/weblate_schemas-0.6/weblate_schemas.egg-info/PKG-INFO 2021-03-05
15:47:48.000000000 +0100
+++ new/weblate_schemas-0.7/weblate_schemas.egg-info/PKG-INFO 2021-05-17
06:47:18.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: weblate-schemas
-Version: 0.6
+Version: 0.7
Summary: A collection of schemas used by Weblate
Home-page: https://weblate.org/
Author: Michal ??iha??
@@ -17,7 +17,7 @@
:height: 80px
**Weblate is a copylefted libre software web-based continuous
localization system,
- used by over 1150 libre projects and companies in more than 115
countries.**
+ used by over 2500 libre projects and companies in more than 165
countries.**
This module contains schemas used in Weblate exports.