openSUSE Commits
Threads by month
- ----- 2025 -----
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
January 2024
- 1 participants
- 1743 discussions
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package qpwgraph for openSUSE:Factory checked in at 2024-01-29 22:33:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qpwgraph (Old)
and /work/SRC/openSUSE:Factory/.qpwgraph.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qpwgraph"
Mon Jan 29 22:33:38 2024 rev:22 rq:1142395 version:0.6.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/qpwgraph/qpwgraph.changes 2023-12-12 19:33:04.754340906 +0100
+++ /work/SRC/openSUSE:Factory/.qpwgraph.new.1815/qpwgraph.changes 2024-01-29 22:34:27.525265574 +0100
@@ -1,0 +2,8 @@
+Sun Jan 28 10:38:08 UTC 2024 - ecsos <ecsos(a)opensuse.org>
+
+- Update to version 0.6.2:
+ * Make the main canvas background to mid-gray, when on non-dark
+ color themes.
+ * Updated copyright headers into the New Year (2024).
+
+-------------------------------------------------------------------
Old:
----
qpwgraph-v0.6.1.tar.bz2
New:
----
qpwgraph-v0.6.2.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ qpwgraph.spec ++++++
--- /var/tmp/diff_new_pack.kqbuaP/_old 2024-01-29 22:34:27.949280920 +0100
+++ /var/tmp/diff_new_pack.kqbuaP/_new 2024-01-29 22:34:27.949280920 +0100
@@ -1,7 +1,7 @@
#
# spec file for package qpwgraph
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: qpwgraph
-Version: 0.6.1
+Version: 0.6.2
Release: 0
Summary: PipeWire Graph Qt GUI Interface
License: GPL-2.0-or-later
++++++ qpwgraph-v0.6.1.tar.bz2 -> qpwgraph-v0.6.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qpwgraph-v0.6.1/CMakeLists.txt new/qpwgraph-v0.6.2/CMakeLists.txt
--- old/qpwgraph-v0.6.1/CMakeLists.txt 2023-12-01 22:20:26.000000000 +0100
+++ new/qpwgraph-v0.6.2/CMakeLists.txt 2024-01-22 15:59:08.000000000 +0100
@@ -1,11 +1,14 @@
cmake_minimum_required (VERSION 3.15)
project(qpwgraph
- VERSION 0.6.1
+ VERSION 0.6.2
DESCRIPTION "A PipeWire Graph Qt GUI Interface"
HOMEPAGE_URL "https://gitlab.freedesktop.org/rncbc/qpwgraph"
LANGUAGES C CXX)
+set (PROJECT_COPYRIGHT "Copyright (C) 2021-2024, rncbc aka Rui Nuno Capela. All rights reserved.")
+set (PROJECT_DOMAIN "rncbc.org")
+
execute_process (
COMMAND git describe --tags --dirty --abbrev=6
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
@@ -32,6 +35,16 @@
endif ()
+if (CMAKE_BUILD_TYPE MATCHES "Debug")
+ set (CONFIG_DEBUG 1)
+ set (CONFIG_BUILD_TYPE "debug")
+else ()
+ set (CONFIG_DEBUG 0)
+ set (CONFIG_BUILD_TYPE "release")
+ set (CMAKE_BUILD_TYPE "Release")
+endif ()
+
+
# Enable ALSA MIDI support option.
option (CONFIG_ALSA_MIDI "Enable ALSA MIDI support (default=yes)" 1)
@@ -45,16 +58,6 @@
option (CONFIG_QT6 "Enable Qt6 build (default=yes)" 1)
-if (CMAKE_BUILD_TYPE MATCHES "Debug")
- set (CONFIG_DEBUG 1)
- set (CONFIG_BUILD_TYPE "debug")
-else ()
- set (CONFIG_DEBUG 0)
- set (CONFIG_BUILD_TYPE "release")
- set (CMAKE_BUILD_TYPE "Release")
-endif ()
-
-
include (GNUInstallDirs)
# Check for Qt...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qpwgraph-v0.6.1/ChangeLog new/qpwgraph-v0.6.2/ChangeLog
--- old/qpwgraph-v0.6.1/ChangeLog 2023-12-01 22:20:26.000000000 +0100
+++ new/qpwgraph-v0.6.2/ChangeLog 2024-01-22 15:59:08.000000000 +0100
@@ -2,6 +2,13 @@
--------------------------------------------
+0.6.2 2024-01-22 A Winter'24 Release.
+
+- Make the main canvas background to mid-gray, when on non-dark
+ color themes.
+- Updated copyright headers into the New Year (2024).
+
+
0.6.1 2023-12-01 An End-of-Autumn'23 Release.
- Introduce Help > Enable ALSA MIDI runtime option, now permitting
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qpwgraph-v0.6.1/README.md new/qpwgraph-v0.6.2/README.md
--- old/qpwgraph-v0.6.1/README.md 2023-12-01 22:20:26.000000000 +0100
+++ new/qpwgraph-v0.6.2/README.md 2024-01-22 15:59:08.000000000 +0100
@@ -1,6 +1,6 @@
# qpwgraph - A PipeWire Graph Qt GUI Interface
-![Screenshot](src/images/qpwgraph_screenshot-1.png)
+![Screenshot](src/images/qpwgraph_screenshot-2.png)
**qpwgraph** is a graph manager dedicated to [PipeWire](https://pipewire.org),
using the [Qt C++ framework](https://qt.io), based and pretty much like the
@@ -12,7 +12,7 @@
## Prerequisites
- **qpwgraph** software prerequisites for building are a C++17 compiler
+ **qpwgraph** software prerequisites for building are a C++20 compiler
(_g++_), the [Qt C++ framework](https://qt.io) (_qt6-qtbase-devel_ or
_qt5-qtbase-devel_) and of course the [PipeWire API](https://pipewire.org)
C development libraries and headers (_pipewire-devel_).
@@ -57,5 +57,5 @@
## Copyright
- Copyright (C) 2021-2023, rncbc aka Rui Nuno Capela. All rights reserved.
+ Copyright (C) 2021-2024, rncbc aka Rui Nuno Capela. All rights reserved.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qpwgraph-v0.6.1/debian/changelog new/qpwgraph-v0.6.2/debian/changelog
--- old/qpwgraph-v0.6.1/debian/changelog 2023-12-01 22:20:26.000000000 +0100
+++ new/qpwgraph-v0.6.2/debian/changelog 2024-01-22 15:59:08.000000000 +0100
@@ -1,3 +1,9 @@
+qpwgraph (0.6.2-34.1) unstable; urgency=low
+
+ * A winter'24 release.
+
+ -- Rui Nuno Capela <rncbc(a)rncbc.org> Mon, 22 Jan 2024 18:00:00 +0000
+
qpwgraph (0.6.1-33.1) unstable; urgency=low
* An end-of-autumn'23 release.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qpwgraph-v0.6.1/debian/copyright new/qpwgraph-v0.6.2/debian/copyright
--- old/qpwgraph-v0.6.1/debian/copyright 2023-12-01 22:20:26.000000000 +0100
+++ new/qpwgraph-v0.6.2/debian/copyright 2024-01-22 15:59:08.000000000 +0100
@@ -4,7 +4,7 @@
Source: https://gitlab.freedesktop.org/rncbc/qpwgraph
Files: *
-Copyright: 2021-2023 Rui Nuno Capela <rncbc(a)rncbc.org>
+Copyright: 2021-2024 Rui Nuno Capela <rncbc(a)rncbc.org>
License: GPL-2+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -20,7 +20,7 @@
License can be found in /usr/share/common-licenses/GPL-2.
Files: src/appdata/*
-Copyright: 2021-2023 Rui Nuno Capela <rncbc(a)rncbc.org>
+Copyright: 2021-2024 Rui Nuno Capela <rncbc(a)rncbc.org>
License: FSFAP
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qpwgraph-v0.6.1/docs/qpwgraph_patchbay-user_manual.md new/qpwgraph-v0.6.2/docs/qpwgraph_patchbay-user_manual.md
--- old/qpwgraph-v0.6.1/docs/qpwgraph_patchbay-user_manual.md 2023-12-01 22:20:26.000000000 +0100
+++ new/qpwgraph-v0.6.2/docs/qpwgraph_patchbay-user_manual.md 2024-01-22 15:59:08.000000000 +0100
@@ -26,11 +26,11 @@
Used to make the connection temporary. The unpinned connection will not be dropped if the current patchbay is deactivated.
-### Auto Pin option
+## Auto Pin option
If checked, all manual connections will be pinned to the current patchbay and persistant when activated.
-### Auto Disconnect option
+## Auto Disconnect option
If checked, all pinned connections will be automatically disconnected when the current patchbay is deactivated.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qpwgraph-v0.6.1/rpm/qpwgraph.spec new/qpwgraph-v0.6.2/rpm/qpwgraph.spec
--- old/qpwgraph-v0.6.1/rpm/qpwgraph.spec 2023-12-01 22:20:26.000000000 +0100
+++ new/qpwgraph-v0.6.2/rpm/qpwgraph.spec 2024-01-22 15:59:08.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package qpwgraph
#
-# Copyright (C) 2021-2023, rncbc aka Rui Nuno Capela. All rights reserved.
+# Copyright (C) 2021-2024, rncbc aka Rui Nuno Capela. All rights reserved.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,8 @@
#
%define name qpwgraph
-%define version 0.6.1
-%define release 33.1
+%define version 0.6.2
+%define release 34.1
%define _prefix /usr
@@ -133,6 +133,8 @@
%changelog
+* Mon Jan 22 2024 Rui Nuno Capela <rncbc(a)rncbc.org> 0.6.2
+- A winter'24 release.
* Sat Dec 2 2023 Rui Nuno Capela <rncbc(a)rncbc.org> 0.6.1
- An end-of-autumn'23 release.
* Wed Nov 8 2023 Rui Nuno Capela <rncbc(a)rncbc.org> 0.6.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qpwgraph-v0.6.1/src/CMakeLists.txt new/qpwgraph-v0.6.2/src/CMakeLists.txt
--- old/qpwgraph-v0.6.1/src/CMakeLists.txt 2023-12-01 22:20:26.000000000 +0100
+++ new/qpwgraph-v0.6.2/src/CMakeLists.txt 2024-01-22 15:59:08.000000000 +0100
@@ -70,7 +70,10 @@
endif ()
set_target_properties (${PROJECT_NAME} PROPERTIES C_STANDARD 99)
-set_target_properties (${PROJECT_NAME} PROPERTIES CXX_STANDARD 17)
+set_target_properties (${PROJECT_NAME} PROPERTIES
+ CXX_STANDARD 20
+ CXX_STANDARD_REQUIRED TRUE
+)
include(FindPkgConfig)
pkg_check_modules (PIPEWIRE REQUIRED IMPORTED_TARGET libpipewire-0.3)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qpwgraph-v0.6.1/src/appdata/org.rncbc.qpwgraph.metainfo.xml new/qpwgraph-v0.6.2/src/appdata/org.rncbc.qpwgraph.metainfo.xml
--- old/qpwgraph-v0.6.1/src/appdata/org.rncbc.qpwgraph.metainfo.xml 2023-12-01 22:20:26.000000000 +0100
+++ new/qpwgraph-v0.6.2/src/appdata/org.rncbc.qpwgraph.metainfo.xml 2024-01-22 15:59:08.000000000 +0100
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2021-2022 Rui Nuno Capela <rncbc(a)rncbc.org> -->
+<!-- Copyright 2021-2024 Rui Nuno Capela <rncbc(a)rncbc.org> -->
<component type="desktop">
<id>org.rncbc.qpwgraph</id>
<metadata_license>FSFAP</metadata_license>
@@ -17,7 +17,7 @@
</provides>
<screenshots>
<screenshot type="default">
- <image>https://gitlab.freedesktop.org/rncbc/qpwgraph/-/raw/main/src/images/qpwgrap…</image>
+ <image>https://gitlab.freedesktop.org/rncbc/qpwgraph/-/raw/main/src/images/qpwgrap…</image>
<caption>The main application window in action</caption>
</screenshot>
<screenshot>
@@ -37,7 +37,7 @@
<developer_name>rncbc aka. Rui Nuno Capela</developer_name>
<update_contact>rncbc(a)rncbc.org</update_contact>
<releases>
- <release version="0.6.1" date="2023-12-01" urgency="low" />
+ <release version="0.6.2" date="2024-01-22" urgency="low" />
</releases>
<content_rating type="oars-1.0"/>
</component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qpwgraph-v0.6.1/src/config.h.cmake new/qpwgraph-v0.6.2/src/config.h.cmake
--- old/qpwgraph-v0.6.1/src/config.h.cmake 2023-12-01 22:20:26.000000000 +0100
+++ new/qpwgraph-v0.6.2/src/config.h.cmake 2024-01-22 15:59:08.000000000 +0100
@@ -14,11 +14,16 @@
/* Define to the homepage of this package. */
#cmakedefine PROJECT_HOMEPAGE_URL "@PROJECT_HOMEPAGE_URL@"
+/* Define to the copyright of this package. */
+#cmakedefine PROJECT_COPYRIGHT "@PROJECT_COPYRIGHT@"
+
+/* Define to the domain of this package. */
+#cmakedefine PROJECT_DOMAIN "@PROJECT_DOMAIN@"
+
/* Define if debugging is enabled. */
#cmakedefine CONFIG_DEBUG @CONFIG_DEBUG@
-
/* Define if ALSA MIDI support is available. */
#cmakedefine CONFIG_ALSA_MIDI @CONFIG_ALSA_MIDI@
Binary files old/qpwgraph-v0.6.1/src/images/qpwgraph_screenshot-1.png and new/qpwgraph-v0.6.2/src/images/qpwgraph_screenshot-1.png differ
Binary files old/qpwgraph-v0.6.1/src/images/qpwgraph_screenshot-2.png and new/qpwgraph-v0.6.2/src/images/qpwgraph_screenshot-2.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qpwgraph-v0.6.1/src/qpwgraph.cpp new/qpwgraph-v0.6.2/src/qpwgraph.cpp
--- old/qpwgraph-v0.6.1/src/qpwgraph.cpp 2023-12-01 22:20:26.000000000 +0100
+++ new/qpwgraph-v0.6.2/src/qpwgraph.cpp 2024-01-22 15:59:08.000000000 +0100
@@ -1,7 +1,7 @@
// qpwgraph.cpp
//
/****************************************************************************
- Copyright (C) 2021-2023, rncbc aka Rui Nuno Capela. All rights reserved.
+ Copyright (C) 2021-2024, rncbc aka Rui Nuno Capela. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qpwgraph-v0.6.1/src/qpwgraph.h new/qpwgraph-v0.6.2/src/qpwgraph.h
--- old/qpwgraph-v0.6.1/src/qpwgraph.h 2023-12-01 22:20:26.000000000 +0100
+++ new/qpwgraph-v0.6.2/src/qpwgraph.h 2024-01-22 15:59:08.000000000 +0100
@@ -1,7 +1,7 @@
// qpwgraph.h
//
/****************************************************************************
- Copyright (C) 2021-2023, rncbc aka Rui Nuno Capela. All rights reserved.
+ Copyright (C) 2021-2024, rncbc aka Rui Nuno Capela. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qpwgraph-v0.6.1/src/qpwgraph_canvas.cpp new/qpwgraph-v0.6.2/src/qpwgraph_canvas.cpp
--- old/qpwgraph-v0.6.1/src/qpwgraph_canvas.cpp 2023-12-01 22:20:26.000000000 +0100
+++ new/qpwgraph-v0.6.2/src/qpwgraph_canvas.cpp 2024-01-22 15:59:08.000000000 +0100
@@ -1,7 +1,7 @@
// qpwgraph_canvas.cpp
//
/****************************************************************************
- Copyright (C) 2021-2023, rncbc aka Rui Nuno Capela. All rights reserved.
+ Copyright (C) 2021-2024, rncbc aka Rui Nuno Capela. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -89,6 +89,10 @@
QGraphicsView::setResizeAnchor(QGraphicsView::NoAnchor);
QGraphicsView::setDragMode(QGraphicsView::NoDrag);
+ const QPalette& pal = QGraphicsView::palette();
+ if (pal.base().color().value() > 192)
+ QGraphicsView::setBackgroundRole(QPalette::Mid);
+
m_editor = new QLineEdit(this);
m_editor->setFrame(false);
// m_editor->setAlignment(Qt::AlignCenter | Qt::AlignVCenter);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qpwgraph-v0.6.1/src/qpwgraph_canvas.h new/qpwgraph-v0.6.2/src/qpwgraph_canvas.h
--- old/qpwgraph-v0.6.1/src/qpwgraph_canvas.h 2023-12-01 22:20:26.000000000 +0100
+++ new/qpwgraph-v0.6.2/src/qpwgraph_canvas.h 2024-01-22 15:59:08.000000000 +0100
@@ -1,7 +1,7 @@
// qpwgraph_canvas.h
//
/****************************************************************************
- Copyright (C) 2021-2023, rncbc aka Rui Nuno Capela. All rights reserved.
+ Copyright (C) 2021-2024, rncbc aka Rui Nuno Capela. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qpwgraph-v0.6.1/src/qpwgraph_config.cpp new/qpwgraph-v0.6.2/src/qpwgraph_config.cpp
--- old/qpwgraph-v0.6.1/src/qpwgraph_config.cpp 2023-12-01 22:20:26.000000000 +0100
+++ new/qpwgraph-v0.6.2/src/qpwgraph_config.cpp 2024-01-22 15:59:08.000000000 +0100
@@ -1,7 +1,7 @@
// qpwgraph_config.cpp
//
/****************************************************************************
- Copyright (C) 2021-2023, rncbc aka Rui Nuno Capela. All rights reserved.
+ Copyright (C) 2021-2024, rncbc aka Rui Nuno Capela. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qpwgraph-v0.6.1/src/qpwgraph_config.h new/qpwgraph-v0.6.2/src/qpwgraph_config.h
--- old/qpwgraph-v0.6.1/src/qpwgraph_config.h 2023-12-01 22:20:26.000000000 +0100
+++ new/qpwgraph-v0.6.2/src/qpwgraph_config.h 2024-01-22 15:59:08.000000000 +0100
@@ -1,7 +1,7 @@
// qpwgraph_config.h
//
/****************************************************************************
- Copyright (C) 2021-2023, rncbc aka Rui Nuno Capela. All rights reserved.
+ Copyright (C) 2021-2024, rncbc aka Rui Nuno Capela. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qpwgraph-v0.6.1/src/qpwgraph_form.cpp new/qpwgraph-v0.6.2/src/qpwgraph_form.cpp
--- old/qpwgraph-v0.6.1/src/qpwgraph_form.cpp 2023-12-01 22:20:26.000000000 +0100
+++ new/qpwgraph-v0.6.2/src/qpwgraph_form.cpp 2024-01-22 15:59:08.000000000 +0100
@@ -1,7 +1,7 @@
// qpwgraph_form.cpp
//
/****************************************************************************
- Copyright (C) 2021-2023, rncbc aka Rui Nuno Capela. All rights reserved.
+ Copyright (C) 2021-2024, rncbc aka Rui Nuno Capela. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -102,7 +102,7 @@
#if QT_VERSION < QT_VERSION_CHECK(6, 1, 0)
QMainWindow::setWindowIcon(QIcon(":/images/qpwgraph.png"));
#endif
- m_config = new qpwgraph_config("rncbc.org", "qpwgraph");
+ m_config = new qpwgraph_config(PROJECT_DOMAIN, PROJECT_NAME);
m_ui.graphCanvas->setSettings(m_config->settings());
@@ -895,12 +895,11 @@
void qpwgraph_form::helpAbout (void)
{
- static const QString title = PROJECT_NAME;
- static const QString version = PROJECT_VERSION;
- static const QString subtitle = PROJECT_DESCRIPTION;
- static const QString website = PROJECT_HOMEPAGE_URL;
- static const QString copyright
- = "Copyright (C) 2021-2023, rncbc aka Rui Nuno Capela. All rights reserved.";
+ static const QString title = PROJECT_NAME;
+ static const QString version = PROJECT_VERSION;
+ static const QString subtitle = PROJECT_DESCRIPTION;
+ static const QString website = PROJECT_HOMEPAGE_URL;
+ static const QString copyright = PROJECT_COPYRIGHT;
QStringList list;
#ifdef CONFIG_DEBUG
@@ -941,6 +940,7 @@
text += tr("This program is free software; you can redistribute it and/or modify it") + "<br />\n";
text += tr("under the terms of the GNU General Public License version 2 or later.");
text += "</small>";
+ text += "<br />\n";
text += "</p>\n";
QMessageBox::about(this, tr("About") + ' ' + title, text);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qpwgraph-v0.6.1/src/qpwgraph_form.h new/qpwgraph-v0.6.2/src/qpwgraph_form.h
--- old/qpwgraph-v0.6.1/src/qpwgraph_form.h 2023-12-01 22:20:26.000000000 +0100
+++ new/qpwgraph-v0.6.2/src/qpwgraph_form.h 2024-01-22 15:59:08.000000000 +0100
@@ -1,7 +1,7 @@
// qpwgraph_form.h
//
/****************************************************************************
- Copyright (C) 2021-2023, rncbc aka Rui Nuno Capela. All rights reserved.
+ Copyright (C) 2021-2024, rncbc aka Rui Nuno Capela. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qpwgraph-v0.6.1/src/qpwgraph_form.ui new/qpwgraph-v0.6.2/src/qpwgraph_form.ui
--- old/qpwgraph-v0.6.1/src/qpwgraph_form.ui 2023-12-01 22:20:26.000000000 +0100
+++ new/qpwgraph-v0.6.2/src/qpwgraph_form.ui 2024-01-22 15:59:08.000000000 +0100
@@ -3,7 +3,7 @@
<author>rncbc aka Rui Nuno Capela</author>
<comment>qpwgraph - A PipeWire Graph Qt GUI Interface
- Copyright (C) 2021-2023, rncbc aka Rui Nuno Capela. All rights reserved.
+ Copyright (C) 2021-2024, rncbc aka Rui Nuno Capela. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package picard for openSUSE:Factory checked in at 2024-01-29 22:33:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/picard (Old)
and /work/SRC/openSUSE:Factory/.picard.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "picard"
Mon Jan 29 22:33:36 2024 rev:70 rq:1142387 version:2.11
Changes:
--------
--- /work/SRC/openSUSE:Factory/picard/picard.changes 2023-10-17 20:25:56.853275748 +0200
+++ /work/SRC/openSUSE:Factory/.picard.new.1815/picard.changes 2024-01-29 22:34:26.669234593 +0100
@@ -1,0 +2,7 @@
+Sat Jan 27 06:48:15 UTC 2024 - Michael Vetter <mvetter(a)suse.com>
+
+- Update to 2.11:
+ * PICARD-2819 - Track/release relationship settings not being
+ respected as described
+
+-------------------------------------------------------------------
Old:
----
picard-2.10.tar.gz
New:
----
picard-2.11.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ picard.spec ++++++
--- /var/tmp/diff_new_pack.zORXIy/_old 2024-01-29 22:34:27.221254571 +0100
+++ /var/tmp/diff_new_pack.zORXIy/_new 2024-01-29 22:34:27.221254571 +0100
@@ -1,7 +1,7 @@
#
# spec file for package picard
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: picard
-Version: 2.10
+Version: 2.11
Release: 0
Summary: The Next Generation MusicBrainz Tagger
License: GPL-2.0-or-later
++++++ picard-2.10.tar.gz -> picard-2.11.tar.gz ++++++
/work/SRC/openSUSE:Factory/picard/picard-2.10.tar.gz /work/SRC/openSUSE:Factory/.picard.new.1815/picard-2.11.tar.gz differ: char 12, line 1
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package xcb-imdkit for openSUSE:Factory checked in at 2024-01-29 22:33:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xcb-imdkit (Old)
and /work/SRC/openSUSE:Factory/.xcb-imdkit.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xcb-imdkit"
Mon Jan 29 22:33:34 2024 rev:4 rq:1142392 version:1.0.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/xcb-imdkit/xcb-imdkit.changes 2023-03-31 21:15:56.946503652 +0200
+++ /work/SRC/openSUSE:Factory/.xcb-imdkit.new.1815/xcb-imdkit.changes 2024-01-29 22:34:23.681126441 +0100
@@ -1,0 +2,6 @@
+Sat Jan 27 17:25:20 UTC 2024 - Dirk Müller <dmueller(a)suse.com>
+
+- update to 1.0.6:
+ * Try alternative way to set event mask
+
+-------------------------------------------------------------------
Old:
----
xcb-imdkit-1.0.5.tar.xz
New:
----
xcb-imdkit-1.0.6.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xcb-imdkit.spec ++++++
--- /var/tmp/diff_new_pack.RnhSu6/_old 2024-01-29 22:34:24.109141933 +0100
+++ /var/tmp/diff_new_pack.RnhSu6/_new 2024-01-29 22:34:24.109141933 +0100
@@ -1,7 +1,7 @@
#
# spec file for package xcb-imdkit
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define _suffix 1
Name: xcb-imdkit
-Version: 1.0.5
+Version: 1.0.6
Release: 0
Summary: An implementation of xim protocol in xcb
License: LGPL-2.1-only
++++++ xcb-imdkit-1.0.5.tar.xz -> xcb-imdkit-1.0.6.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xcb-imdkit-1.0.5/CMakeLists.txt new/xcb-imdkit-1.0.6/CMakeLists.txt
--- old/xcb-imdkit-1.0.5/CMakeLists.txt 2023-03-11 05:01:16.642233800 +0100
+++ new/xcb-imdkit-1.0.6/CMakeLists.txt 2024-01-02 18:31:13.565625000 +0100
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.8)
-project(xcb-imdkit VERSION 1.0.5)
+project(xcb-imdkit VERSION 1.0.6)
find_package(ECM 0.0.11 REQUIRED NO_MODULE)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xcb-imdkit-1.0.5/src/imdkit.c new/xcb-imdkit-1.0.6/src/imdkit.c
--- old/xcb-imdkit-1.0.5/src/imdkit.c 2022-11-13 03:21:06.846635800 +0100
+++ new/xcb-imdkit-1.0.6/src/imdkit.c 2024-01-02 06:43:45.080808400 +0100
@@ -891,22 +891,19 @@
}
void xcb_im_preedit_start(xcb_im_t *im, xcb_im_input_context_t *ic) {
- if (im->onKeys.nKeys == 0 && im->offKeys.nKeys == 0) {
+ if (!_xcb_im_has_trigger_key(im)) {
return;
}
- uint32_t sync_event_mask = im->use_sync_event ? 0 : im->event_mask;
- sync_event_mask = ~sync_event_mask;
- _xcb_im_set_event_mask(im, ic->client, ic->id, im->event_mask,
- sync_event_mask);
+ _xcb_im_set_ic_event_mask(im, ic);
}
void xcb_im_preedit_end(xcb_im_t *im, xcb_im_input_context_t *ic) {
- if (im->onKeys.nKeys == 0 && im->offKeys.nKeys == 0) {
+ if (!_xcb_im_has_trigger_key(im)) {
return;
}
- _xcb_im_set_event_mask(im, ic->client, ic->id, 0, 0);
+ _xcb_im_send_set_event_mask(im, ic->client, ic->id, 0, 0);
}
void xcb_im_sync_xlib(xcb_im_t *im, xcb_im_input_context_t *ic) {
@@ -1019,9 +1016,9 @@
im->free_list = client;
}
-void _xcb_im_set_event_mask(xcb_im_t *im, xcb_im_client_t *client,
- uint32_t icid, uint32_t forward_event_mask,
- uint32_t sync_mask) {
+void _xcb_im_send_set_event_mask(xcb_im_t *im, xcb_im_client_t *client,
+ uint32_t icid, uint32_t forward_event_mask,
+ uint32_t sync_mask) {
xcb_im_set_event_mask_fr_t frame;
frame.forward_event_mask = forward_event_mask;
frame.synchronous_event_mask = sync_mask;
@@ -1169,6 +1166,22 @@
return false;
}
+void _xcb_im_set_ic_event_mask(xcb_im_t *im, xcb_im_input_context_t *ic) {
+ DebugLog("xcb_im_set_ic_event_mask");
+ uint32_t sync_event_mask = im->use_sync_event ? 0 : im->event_mask;
+ sync_event_mask = ~sync_event_mask;
+ _xcb_im_send_set_event_mask(im, ic->client, ic->id, im->event_mask,
+ sync_event_mask);
+}
+
+void _xcb_im_set_im_event_mask(xcb_im_t *im, xcb_im_client_t *client) {
+ DebugLog("xcb_im_set_im_event_mask");
+ uint32_t sync_event_mask = im->use_sync_event ? 0 : im->event_mask;
+ sync_event_mask = ~sync_event_mask;
+ // Zero id means set im forward mask.
+ _xcb_im_send_set_event_mask(im, client, 0, im->event_mask, sync_event_mask);
+}
+
void xcb_im_input_context_set_data(xcb_im_input_context_t *ic, void *data,
xcb_im_free_function free_data_function) {
if (ic->free_data_function) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xcb-imdkit-1.0.5/src/imdkit.h new/xcb-imdkit-1.0.6/src/imdkit.h
--- old/xcb-imdkit-1.0.5/src/imdkit.h 2020-12-07 18:10:57.877028700 +0100
+++ new/xcb-imdkit-1.0.6/src/imdkit.h 2024-01-02 06:40:20.535967000 +0100
@@ -7,6 +7,7 @@
#ifndef _XCB_IMDKIT_IMDKIT_H_
#define _XCB_IMDKIT_IMDKIT_H_
+#include "xcbimdkit_export.h"
#include "ximcommon.h"
#include "ximproto.h"
#include <stdbool.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xcb-imdkit-1.0.5/src/imdkit_p.h new/xcb-imdkit-1.0.6/src/imdkit_p.h
--- old/xcb-imdkit-1.0.5/src/imdkit_p.h 2022-11-13 03:21:06.899969300 +0100
+++ new/xcb-imdkit-1.0.6/src/imdkit_p.h 2024-01-02 06:40:20.535967000 +0100
@@ -275,11 +275,16 @@
void _xcb_im_destroy_client(xcb_im_t *im, xcb_im_client_t *client);
void _xcb_im_destroy_ic(xcb_im_t *im, xcb_im_input_context_t *ic);
-void _xcb_im_set_event_mask(xcb_im_t *im, xcb_im_client_t *client,
- uint32_t icid, uint32_t forward_event_mask,
- uint32_t sync_mask);
+void _xcb_im_send_set_event_mask(xcb_im_t *im, xcb_im_client_t *client,
+ uint32_t icid, uint32_t forward_event_mask,
+ uint32_t sync_mask);
+void _xcb_im_set_ic_event_mask(xcb_im_t *im, xcb_im_input_context_t *client);
+void _xcb_im_set_im_event_mask(xcb_im_t *im, xcb_im_client_t *ic);
void _xcb_im_add_queue(xcb_im_t *im, xcb_im_client_t *client, uint16_t icid,
const xcb_im_packet_header_fr_t *hdr,
xcb_im_forward_event_fr_t *frame, uint8_t *data);
void _xcb_im_process_queue(xcb_im_t *im, xcb_im_client_t *client);
+static inline bool _xcb_im_has_trigger_key(xcb_im_t *im) {
+ return im->onKeys.nKeys || im->offKeys.nKeys;
+}
#endif // _XCB_IMDKIT_IMDKIT_P_H_
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xcb-imdkit-1.0.5/src/protocolhandler.c new/xcb-imdkit-1.0.6/src/protocolhandler.c
--- old/xcb-imdkit-1.0.5/src/protocolhandler.c 2021-03-01 02:39:14.402083400 +0100
+++ new/xcb-imdkit-1.0.6/src/protocolhandler.c 2024-01-02 07:16:15.430445700 +0100
@@ -63,10 +63,6 @@
}
xcb_im_open_fr_free(&frame);
- /*endif*/
- if (im->onKeys.nKeys || im->offKeys.nKeys) {
- _xcb_im_send_trigger_key(im, client);
- }
xcb_im_open_reply_fr_t reply_frame;
reply_frame.input_method_ID = client->connect_id;
@@ -76,6 +72,11 @@
reply_frame.IC_attribute_supported.items = im->icattr;
_xcb_im_send_frame(im, client, reply_frame, true);
+ if (_xcb_im_has_trigger_key(im)) {
+ _xcb_im_send_trigger_key(im, client);
+ } else {
+ _xcb_im_set_im_event_mask(im, client);
+ }
}
void _xcb_im_handle_close(xcb_im_t *im, xcb_im_client_t *client,
@@ -363,11 +364,8 @@
}
_xcb_im_send_frame(im, client, reply_frame, true);
- if (im->onKeys.nKeys == 0 && im->offKeys.nKeys == 0) {
- uint32_t sync_event_mask = im->use_sync_event ? 0 : im->event_mask;
- sync_event_mask = ~sync_event_mask;
- _xcb_im_set_event_mask(im, client, reply_frame.input_context_ID,
- im->event_mask, sync_event_mask);
+ if (!_xcb_im_has_trigger_key(im)) {
+ _xcb_im_set_ic_event_mask(im, ic);
}
xcb_im_create_ic_fr_free(&frame);
return;
@@ -602,6 +600,9 @@
break;
}
+ if (!_xcb_im_has_trigger_key(im)) {
+ _xcb_im_set_ic_event_mask(im, ic);
+ }
if (im->callback) {
im->callback(im, client, ic, hdr, &frame, NULL, im->user_data);
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xcb-imdkit-1.0.5/src/ximproto_p.h new/xcb-imdkit-1.0.6/src/ximproto_p.h
--- old/xcb-imdkit-1.0.5/src/ximproto_p.h 2022-09-16 09:09:56.424637600 +0200
+++ new/xcb-imdkit-1.0.6/src/ximproto_p.h 2024-01-02 06:43:45.694136100 +0100
@@ -7,52 +7,51 @@
#ifndef _XCB_IMDKIT_XIMPROTO_P_H_
#define _XCB_IMDKIT_XIMPROTO_P_H_
-#define XIM_PROTO_FRAME_OPCODE(FRAME) \
- _Generic((FRAME), xcb_im_connect_reply_fr_t \
- : XCB_XIM_CONNECT_REPLY, xcb_im_open_fr_t \
- : XCB_XIM_OPEN, xcb_im_open_reply_fr_t \
- : XCB_XIM_OPEN_REPLY, xcb_im_close_fr_t \
- : XCB_XIM_CLOSE, xcb_im_close_reply_fr_t \
- : XCB_XIM_CLOSE_REPLY, xcb_im_query_extension_fr_t \
- : XCB_XIM_QUERY_EXTENSION, xcb_im_query_extension_reply_fr_t \
- : XCB_XIM_QUERY_EXTENSION_REPLY, xcb_im_encoding_negotiation_fr_t \
- : XCB_XIM_ENCODING_NEGOTIATION, \
- xcb_im_encoding_negotiation_reply_fr_t \
- : XCB_XIM_ENCODING_NEGOTIATION_REPLY, xcb_im_get_im_values_fr_t \
- : XCB_XIM_GET_IM_VALUES, xcb_im_get_im_values_reply_fr_t \
- : XCB_XIM_GET_IM_VALUES_REPLY, xcb_im_set_event_mask_fr_t \
- : XCB_XIM_SET_EVENT_MASK, xcb_im_create_ic_fr_t \
- : XCB_XIM_CREATE_IC, xcb_im_create_ic_reply_fr_t \
- : XCB_XIM_CREATE_IC_REPLY, xcb_im_set_ic_values_fr_t \
- : XCB_XIM_SET_IC_VALUES, xcb_im_set_ic_values_reply_fr_t \
- : XCB_XIM_SET_IC_VALUES_REPLY, xcb_im_get_ic_values_fr_t \
- : XCB_XIM_GET_IC_VALUES, xcb_im_get_ic_values_reply_fr_t \
- : XCB_XIM_GET_IC_VALUES_REPLY, xcb_im_register_triggerkeys_fr_t \
- : XCB_XIM_REGISTER_TRIGGERKEYS, xcb_im_destroy_ic_fr_t \
- : XCB_XIM_DESTROY_IC, xcb_im_destroy_ic_reply_fr_t \
- : XCB_XIM_DESTROY_IC_REPLY, xcb_im_reset_ic_fr_t \
- : XCB_XIM_RESET_IC, xcb_im_reset_ic_reply_fr_t \
- : XCB_XIM_RESET_IC_REPLY, xcb_im_trigger_notify_fr_t \
- : XCB_XIM_TRIGGER_NOTIFY, xcb_im_trigger_notify_reply_fr_t \
- : XCB_XIM_TRIGGER_NOTIFY_REPLY, xcb_im_preedit_start_fr_t \
- : XCB_XIM_PREEDIT_START, xcb_im_preedit_draw_fr_t \
- : XCB_XIM_PREEDIT_DRAW, xcb_im_preedit_caret_fr_t \
- : XCB_XIM_PREEDIT_CARET, xcb_im_preedit_done_fr_t \
- : XCB_XIM_PREEDIT_DONE, xcb_im_status_start_fr_t \
- : XCB_XIM_STATUS_START, xcb_im_status_draw_text_fr_t \
- : XCB_XIM_STATUS_DRAW, xcb_im_status_draw_bitmap_fr_t \
- : XCB_XIM_STATUS_DRAW, xcb_im_status_done_fr_t \
- : XCB_XIM_STATUS_DONE, xcb_im_commit_chars_fr_t \
- : XCB_XIM_COMMIT, xcb_im_commit_both_fr_t \
- : XCB_XIM_COMMIT, xcb_im_connect_fr_t \
- : XCB_XIM_CONNECT, xcb_im_disconnect_fr_t \
- : XCB_XIM_DISCONNECT, xcb_im_disconnect_reply_fr_t \
- : XCB_XIM_DISCONNECT_REPLY, xcb_im_set_ic_focus_fr_t \
- : XCB_XIM_SET_IC_FOCUS, xcb_im_unset_ic_focus_fr_t \
- : XCB_XIM_UNSET_IC_FOCUS, xcb_im_sync_fr_t \
- : XCB_XIM_SYNC, xcb_im_sync_reply_fr_t \
- : XCB_XIM_SYNC_REPLY, xcb_im_geometry_fr_t \
- : XCB_XIM_GEOMETRY)
+#define XIM_PROTO_FRAME_OPCODE(FRAME) \
+ _Generic((FRAME), \
+ xcb_im_connect_reply_fr_t: XCB_XIM_CONNECT_REPLY, \
+ xcb_im_open_fr_t: XCB_XIM_OPEN, \
+ xcb_im_open_reply_fr_t: XCB_XIM_OPEN_REPLY, \
+ xcb_im_close_fr_t: XCB_XIM_CLOSE, \
+ xcb_im_close_reply_fr_t: XCB_XIM_CLOSE_REPLY, \
+ xcb_im_query_extension_fr_t: XCB_XIM_QUERY_EXTENSION, \
+ xcb_im_query_extension_reply_fr_t: XCB_XIM_QUERY_EXTENSION_REPLY, \
+ xcb_im_encoding_negotiation_fr_t: XCB_XIM_ENCODING_NEGOTIATION, \
+ xcb_im_encoding_negotiation_reply_fr_t: XCB_XIM_ENCODING_NEGOTIATION_REPLY, \
+ xcb_im_get_im_values_fr_t: XCB_XIM_GET_IM_VALUES, \
+ xcb_im_get_im_values_reply_fr_t: XCB_XIM_GET_IM_VALUES_REPLY, \
+ xcb_im_set_event_mask_fr_t: XCB_XIM_SET_EVENT_MASK, \
+ xcb_im_create_ic_fr_t: XCB_XIM_CREATE_IC, \
+ xcb_im_create_ic_reply_fr_t: XCB_XIM_CREATE_IC_REPLY, \
+ xcb_im_set_ic_values_fr_t: XCB_XIM_SET_IC_VALUES, \
+ xcb_im_set_ic_values_reply_fr_t: XCB_XIM_SET_IC_VALUES_REPLY, \
+ xcb_im_get_ic_values_fr_t: XCB_XIM_GET_IC_VALUES, \
+ xcb_im_get_ic_values_reply_fr_t: XCB_XIM_GET_IC_VALUES_REPLY, \
+ xcb_im_register_triggerkeys_fr_t: XCB_XIM_REGISTER_TRIGGERKEYS, \
+ xcb_im_destroy_ic_fr_t: XCB_XIM_DESTROY_IC, \
+ xcb_im_destroy_ic_reply_fr_t: XCB_XIM_DESTROY_IC_REPLY, \
+ xcb_im_reset_ic_fr_t: XCB_XIM_RESET_IC, \
+ xcb_im_reset_ic_reply_fr_t: XCB_XIM_RESET_IC_REPLY, \
+ xcb_im_trigger_notify_fr_t: XCB_XIM_TRIGGER_NOTIFY, \
+ xcb_im_trigger_notify_reply_fr_t: XCB_XIM_TRIGGER_NOTIFY_REPLY, \
+ xcb_im_preedit_start_fr_t: XCB_XIM_PREEDIT_START, \
+ xcb_im_preedit_draw_fr_t: XCB_XIM_PREEDIT_DRAW, \
+ xcb_im_preedit_caret_fr_t: XCB_XIM_PREEDIT_CARET, \
+ xcb_im_preedit_done_fr_t: XCB_XIM_PREEDIT_DONE, \
+ xcb_im_status_start_fr_t: XCB_XIM_STATUS_START, \
+ xcb_im_status_draw_text_fr_t: XCB_XIM_STATUS_DRAW, \
+ xcb_im_status_draw_bitmap_fr_t: XCB_XIM_STATUS_DRAW, \
+ xcb_im_status_done_fr_t: XCB_XIM_STATUS_DONE, \
+ xcb_im_commit_chars_fr_t: XCB_XIM_COMMIT, \
+ xcb_im_commit_both_fr_t: XCB_XIM_COMMIT, \
+ xcb_im_connect_fr_t: XCB_XIM_CONNECT, \
+ xcb_im_disconnect_fr_t: XCB_XIM_DISCONNECT, \
+ xcb_im_disconnect_reply_fr_t: XCB_XIM_DISCONNECT_REPLY, \
+ xcb_im_set_ic_focus_fr_t: XCB_XIM_SET_IC_FOCUS, \
+ xcb_im_unset_ic_focus_fr_t: XCB_XIM_UNSET_IC_FOCUS, \
+ xcb_im_sync_fr_t: XCB_XIM_SYNC, \
+ xcb_im_sync_reply_fr_t: XCB_XIM_SYNC_REPLY, \
+ xcb_im_geometry_fr_t: XCB_XIM_GEOMETRY)
#define XCB_XIM_ATOM_ROTATION_SIZE 1024
1
0
29 Jan '24
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-azure-mgmt-recoveryservicesbackup for openSUSE:Factory checked in at 2024-01-29 22:33:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-recoveryservicesbackup (Old)
and /work/SRC/openSUSE:Factory/.python-azure-mgmt-recoveryservicesbackup.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-recoveryservicesbackup"
Mon Jan 29 22:33:22 2024 rev:26 rq:1142324 version:9.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-azure-mgmt-recoveryservicesbackup/python-azure-mgmt-recoveryservicesbackup.changes 2024-01-18 21:54:57.436147502 +0100
+++ /work/SRC/openSUSE:Factory/.python-azure-mgmt-recoveryservicesbackup.new.1815/python-azure-mgmt-recoveryservicesbackup.changes 2024-01-29 22:34:19.056959076 +0100
@@ -1,0 +2,8 @@
+Wed Jan 24 09:30:19 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz(a)suse.com>
+
+- New upstream release
+ + Version 9.0.0
+ + For detailed information about changes see the
+ CHANGELOG.md file provided with this package
+
+-------------------------------------------------------------------
Old:
----
azure-mgmt-recoveryservicesbackup-8.0.0.tar.gz
New:
----
azure-mgmt-recoveryservicesbackup-9.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-mgmt-recoveryservicesbackup.spec ++++++
--- /var/tmp/diff_new_pack.gFZH4k/_old 2024-01-29 22:34:19.648980504 +0100
+++ /var/tmp/diff_new_pack.gFZH4k/_new 2024-01-29 22:34:19.648980504 +0100
@@ -21,7 +21,7 @@
%define skip_python2 1
%endif
Name: python-azure-mgmt-recoveryservicesbackup
-Version: 8.0.0
+Version: 9.0.0
Release: 0
Summary: Microsoft Azure Recovery Services Backup Management Client Library
License: MIT
++++++ azure-mgmt-recoveryservicesbackup-8.0.0.tar.gz -> azure-mgmt-recoveryservicesbackup-9.0.0.tar.gz ++++++
++++ 4470 lines of diff (skipped)
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-azure-mgmt-networkanalytics for openSUSE:Factory checked in at 2024-01-29 22:33:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-networkanalytics (Old)
and /work/SRC/openSUSE:Factory/.python-azure-mgmt-networkanalytics.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-networkanalytics"
Mon Jan 29 22:33:13 2024 rev:2 rq:1142317 version:1.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-azure-mgmt-networkanalytics/python-azure-mgmt-networkanalytics.changes 2023-11-30 22:01:39.557806969 +0100
+++ /work/SRC/openSUSE:Factory/.python-azure-mgmt-networkanalytics.new.1815/python-azure-mgmt-networkanalytics.changes 2024-01-29 22:34:10.268640995 +0100
@@ -1,0 +2,9 @@
+Fri Jan 26 13:37:19 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz(a)suse.com>
+
+- New upstream release
+ + Version 1.0.0
+ + For detailed information about changes see the
+ CHANGELOG.md file provided with this package
+- Remove temporary version override
+
+-------------------------------------------------------------------
Old:
----
azure-mgmt-networkanalytics-1.0.0b1.tar.gz
New:
----
azure-mgmt-networkanalytics-1.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-mgmt-networkanalytics.spec ++++++
--- /var/tmp/diff_new_pack.5XZc95/_old 2024-01-29 22:34:10.896663725 +0100
+++ /var/tmp/diff_new_pack.5XZc95/_new 2024-01-29 22:34:10.900663870 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-azure-mgmt-networkanalytics
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,20 +15,19 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
-%define realversion 1.0.0b1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%if 0%{?suse_version} >= 1500
%define skip_python2 1
%endif
Name: python-azure-mgmt-networkanalytics
-Version: 1.0.0~b1
+Version: 1.0.0
Release: 0
Summary: Microsoft Azure Networkanalytics Management Client Library for Python
License: MIT
Group: Development/Languages/Python
URL: https://github.com/Azure/azure-sdk-for-python
-Source: https://files.pythonhosted.org/packages/source/a/azure-mgmt-networkanalytic…
+Source: https://files.pythonhosted.org/packages/source/a/azure-mgmt-networkanalytic…
Source1: LICENSE.txt
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
@@ -56,10 +55,10 @@
This package has been tested with Python 3.7+.
%prep
-%setup -q -n azure-mgmt-networkanalytics-%{realversion}
+%setup -q -n azure-mgmt-networkanalytics-%{version}
%build
-install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-networkanalytics-%{realversion}
+install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-networkanalytics-%{version}
%python_build
%install
++++++ azure-mgmt-networkanalytics-1.0.0b1.tar.gz -> azure-mgmt-networkanalytics-1.0.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-mgmt-networkanalytics-1.0.0b1/CHANGELOG.md new/azure-mgmt-networkanalytics-1.0.0/CHANGELOG.md
--- old/azure-mgmt-networkanalytics-1.0.0b1/CHANGELOG.md 2023-11-28 05:04:47.000000000 +0100
+++ new/azure-mgmt-networkanalytics-1.0.0/CHANGELOG.md 2024-01-26 04:47:23.000000000 +0100
@@ -1,5 +1,56 @@
# Release History
+## 1.0.0 (2024-01-26)
+
+### Features Added
+
+ - Model DataProduct has a new parameter properties
+ - Model DataProductUpdate has a new parameter properties
+ - Model DataProductsCatalog has a new parameter properties
+ - Model DataType has a new parameter properties
+ - Model DataTypeUpdate has a new parameter properties
+
+### Breaking Changes
+
+ - Model DataProduct no longer has parameter available_minor_versions
+ - Model DataProduct no longer has parameter consumption_endpoints
+ - Model DataProduct no longer has parameter current_minor_version
+ - Model DataProduct no longer has parameter customer_encryption_key
+ - Model DataProduct no longer has parameter customer_managed_key_encryption_enabled
+ - Model DataProduct no longer has parameter documentation
+ - Model DataProduct no longer has parameter key_vault_url
+ - Model DataProduct no longer has parameter major_version
+ - Model DataProduct no longer has parameter managed_resource_group_configuration
+ - Model DataProduct no longer has parameter networkacls
+ - Model DataProduct no longer has parameter owners
+ - Model DataProduct no longer has parameter private_links_enabled
+ - Model DataProduct no longer has parameter product
+ - Model DataProduct no longer has parameter provisioning_state
+ - Model DataProduct no longer has parameter public_network_access
+ - Model DataProduct no longer has parameter publisher
+ - Model DataProduct no longer has parameter purview_account
+ - Model DataProduct no longer has parameter purview_collection
+ - Model DataProduct no longer has parameter redundancy
+ - Model DataProduct no longer has parameter resource_guid
+ - Model DataProductUpdate no longer has parameter current_minor_version
+ - Model DataProductUpdate no longer has parameter owners
+ - Model DataProductUpdate no longer has parameter private_links_enabled
+ - Model DataProductUpdate no longer has parameter purview_account
+ - Model DataProductUpdate no longer has parameter purview_collection
+ - Model DataProductsCatalog no longer has parameter provisioning_state
+ - Model DataProductsCatalog no longer has parameter publishers
+ - Model DataType no longer has parameter database_cache_retention
+ - Model DataType no longer has parameter database_retention
+ - Model DataType no longer has parameter provisioning_state
+ - Model DataType no longer has parameter state
+ - Model DataType no longer has parameter state_reason
+ - Model DataType no longer has parameter storage_output_retention
+ - Model DataType no longer has parameter visualization_url
+ - Model DataTypeUpdate no longer has parameter database_cache_retention
+ - Model DataTypeUpdate no longer has parameter database_retention
+ - Model DataTypeUpdate no longer has parameter state
+ - Model DataTypeUpdate no longer has parameter storage_output_retention
+
## 1.0.0b1 (2023-11-28)
* Initial Release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-mgmt-networkanalytics-1.0.0b1/PKG-INFO new/azure-mgmt-networkanalytics-1.0.0/PKG-INFO
--- old/azure-mgmt-networkanalytics-1.0.0b1/PKG-INFO 2023-11-28 05:05:27.982512000 +0100
+++ new/azure-mgmt-networkanalytics-1.0.0/PKG-INFO 2024-01-26 04:48:10.870217600 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: azure-mgmt-networkanalytics
-Version: 1.0.0b1
+Version: 1.0.0
Summary: Microsoft Azure Networkanalytics Management Client Library for Python
Home-page: https://github.com/Azure/azure-sdk-for-python
Author: Microsoft Corporation
@@ -11,24 +11,23 @@
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
+Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
-Requires-Python: >=3.7
+Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: isodate<1.0.0,>=0.6.1
Requires-Dist: azure-common~=1.1
Requires-Dist: azure-mgmt-core<2.0.0,>=1.3.2
-Requires-Dist: typing-extensions>=4.3.0; python_version < "3.8.0"
# Microsoft Azure SDK for Python
This is the Microsoft Azure Networkanalytics Management Client Library.
-This package has been tested with Python 3.7+.
+This package has been tested with Python 3.8+.
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
## _Disclaimer_
@@ -39,7 +38,7 @@
### Prerequisites
-- Python 3.7+ is required to use this package.
+- Python 3.8+ is required to use this package.
- [Azure subscription](https://azure.microsoft.com/free/)
### Install the package
@@ -90,6 +89,57 @@
# Release History
+## 1.0.0 (2024-01-26)
+
+### Features Added
+
+ - Model DataProduct has a new parameter properties
+ - Model DataProductUpdate has a new parameter properties
+ - Model DataProductsCatalog has a new parameter properties
+ - Model DataType has a new parameter properties
+ - Model DataTypeUpdate has a new parameter properties
+
+### Breaking Changes
+
+ - Model DataProduct no longer has parameter available_minor_versions
+ - Model DataProduct no longer has parameter consumption_endpoints
+ - Model DataProduct no longer has parameter current_minor_version
+ - Model DataProduct no longer has parameter customer_encryption_key
+ - Model DataProduct no longer has parameter customer_managed_key_encryption_enabled
+ - Model DataProduct no longer has parameter documentation
+ - Model DataProduct no longer has parameter key_vault_url
+ - Model DataProduct no longer has parameter major_version
+ - Model DataProduct no longer has parameter managed_resource_group_configuration
+ - Model DataProduct no longer has parameter networkacls
+ - Model DataProduct no longer has parameter owners
+ - Model DataProduct no longer has parameter private_links_enabled
+ - Model DataProduct no longer has parameter product
+ - Model DataProduct no longer has parameter provisioning_state
+ - Model DataProduct no longer has parameter public_network_access
+ - Model DataProduct no longer has parameter publisher
+ - Model DataProduct no longer has parameter purview_account
+ - Model DataProduct no longer has parameter purview_collection
+ - Model DataProduct no longer has parameter redundancy
+ - Model DataProduct no longer has parameter resource_guid
+ - Model DataProductUpdate no longer has parameter current_minor_version
+ - Model DataProductUpdate no longer has parameter owners
+ - Model DataProductUpdate no longer has parameter private_links_enabled
+ - Model DataProductUpdate no longer has parameter purview_account
+ - Model DataProductUpdate no longer has parameter purview_collection
+ - Model DataProductsCatalog no longer has parameter provisioning_state
+ - Model DataProductsCatalog no longer has parameter publishers
+ - Model DataType no longer has parameter database_cache_retention
+ - Model DataType no longer has parameter database_retention
+ - Model DataType no longer has parameter provisioning_state
+ - Model DataType no longer has parameter state
+ - Model DataType no longer has parameter state_reason
+ - Model DataType no longer has parameter storage_output_retention
+ - Model DataType no longer has parameter visualization_url
+ - Model DataTypeUpdate no longer has parameter database_cache_retention
+ - Model DataTypeUpdate no longer has parameter database_retention
+ - Model DataTypeUpdate no longer has parameter state
+ - Model DataTypeUpdate no longer has parameter storage_output_retention
+
## 1.0.0b1 (2023-11-28)
* Initial Release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-mgmt-networkanalytics-1.0.0b1/README.md new/azure-mgmt-networkanalytics-1.0.0/README.md
--- old/azure-mgmt-networkanalytics-1.0.0b1/README.md 2023-11-28 05:04:47.000000000 +0100
+++ new/azure-mgmt-networkanalytics-1.0.0/README.md 2024-01-26 04:47:23.000000000 +0100
@@ -1,7 +1,7 @@
# Microsoft Azure SDK for Python
This is the Microsoft Azure Networkanalytics Management Client Library.
-This package has been tested with Python 3.7+.
+This package has been tested with Python 3.8+.
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
## _Disclaimer_
@@ -12,7 +12,7 @@
### Prerequisites
-- Python 3.7+ is required to use this package.
+- Python 3.8+ is required to use this package.
- [Azure subscription](https://azure.microsoft.com/free/)
### Install the package
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-mgmt-networkanalytics-1.0.0b1/_meta.json new/azure-mgmt-networkanalytics-1.0.0/_meta.json
--- old/azure-mgmt-networkanalytics-1.0.0b1/_meta.json 2023-11-28 05:04:47.000000000 +0100
+++ new/azure-mgmt-networkanalytics-1.0.0/_meta.json 2024-01-26 04:47:23.000000000 +0100
@@ -1,5 +1,5 @@
{
- "commit": "4816586e353f83f79e56789b171eb888054824f1",
+ "commit": "4307895c13b5bc76d3d6e5d6346a32577842ac17",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest": "3.9.7",
"use": [
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-mgmt-networkanalytics-1.0.0b1/azure/mgmt/networkanalytics/_version.py new/azure-mgmt-networkanalytics-1.0.0/azure/mgmt/networkanalytics/_version.py
--- old/azure-mgmt-networkanalytics-1.0.0b1/azure/mgmt/networkanalytics/_version.py 2023-11-28 05:04:47.000000000 +0100
+++ new/azure-mgmt-networkanalytics-1.0.0/azure/mgmt/networkanalytics/_version.py 2024-01-26 04:47:23.000000000 +0100
@@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------
-VERSION = "1.0.0b1"
+VERSION = "1.0.0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-mgmt-networkanalytics-1.0.0b1/azure/mgmt/networkanalytics/models/__init__.py new/azure-mgmt-networkanalytics-1.0.0/azure/mgmt/networkanalytics/models/__init__.py
--- old/azure-mgmt-networkanalytics-1.0.0b1/azure/mgmt/networkanalytics/models/__init__.py 2023-11-28 05:04:47.000000000 +0100
+++ new/azure-mgmt-networkanalytics-1.0.0/azure/mgmt/networkanalytics/models/__init__.py 2024-01-26 04:47:23.000000000 +0100
@@ -15,13 +15,18 @@
from ._models_py3 import DataProductInformation
from ._models_py3 import DataProductListResult
from ._models_py3 import DataProductNetworkAcls
+from ._models_py3 import DataProductProperties
from ._models_py3 import DataProductUpdate
+from ._models_py3 import DataProductUpdateProperties
from ._models_py3 import DataProductVersion
from ._models_py3 import DataProductsCatalog
from ._models_py3 import DataProductsCatalogListResult
+from ._models_py3 import DataProductsCatalogProperties
from ._models_py3 import DataType
from ._models_py3 import DataTypeListResult
+from ._models_py3 import DataTypeProperties
from ._models_py3 import DataTypeUpdate
+from ._models_py3 import DataTypeUpdateProperties
from ._models_py3 import EncryptionKeyDetails
from ._models_py3 import ErrorAdditionalInfo
from ._models_py3 import ErrorDetail
@@ -70,13 +75,18 @@
"DataProductInformation",
"DataProductListResult",
"DataProductNetworkAcls",
+ "DataProductProperties",
"DataProductUpdate",
+ "DataProductUpdateProperties",
"DataProductVersion",
"DataProductsCatalog",
"DataProductsCatalogListResult",
+ "DataProductsCatalogProperties",
"DataType",
"DataTypeListResult",
+ "DataTypeProperties",
"DataTypeUpdate",
+ "DataTypeUpdateProperties",
"EncryptionKeyDetails",
"ErrorAdditionalInfo",
"ErrorDetail",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-mgmt-networkanalytics-1.0.0b1/azure/mgmt/networkanalytics/models/_models_py3.py new/azure-mgmt-networkanalytics-1.0.0/azure/mgmt/networkanalytics/models/_models_py3.py
--- old/azure-mgmt-networkanalytics-1.0.0b1/azure/mgmt/networkanalytics/models/_models_py3.py 2023-11-28 05:04:47.000000000 +0100
+++ new/azure-mgmt-networkanalytics-1.0.0/azure/mgmt/networkanalytics/models/_models_py3.py 2024-01-26 04:47:23.000000000 +0100
@@ -306,7 +306,7 @@
self.location = location
-class DataProduct(TrackedResource): # pylint: disable=too-many-instance-attributes
+class DataProduct(TrackedResource):
"""The data product resource.
Variables are only populated by the server, and will be ignored when sending a request.
@@ -328,56 +328,10 @@
:vartype tags: dict[str, str]
:ivar location: The geo-location where the resource lives. Required.
:vartype location: str
+ :ivar properties: The resource-specific properties for this resource.
+ :vartype properties: ~azure.mgmt.networkanalytics.models.DataProductProperties
:ivar identity: The managed service identities assigned to this resource.
:vartype identity: ~azure.mgmt.networkanalytics.models.ManagedServiceIdentity
- :ivar resource_guid: The resource GUID property of the data product resource.
- :vartype resource_guid: str
- :ivar provisioning_state: Latest provisioning state of data product. Known values are:
- "Succeeded", "Failed", "Canceled", "Provisioning", "Updating", "Deleting", and "Accepted".
- :vartype provisioning_state: str or ~azure.mgmt.networkanalytics.models.ProvisioningState
- :ivar publisher: Data product publisher name.
- :vartype publisher: str
- :ivar product: Product name of data product.
- :vartype product: str
- :ivar major_version: Major version of data product.
- :vartype major_version: str
- :ivar owners: List of name or email associated with data product resource deployment.
- :vartype owners: list[str]
- :ivar redundancy: Flag to enable or disable redundancy for data product. Known values are:
- "Enabled" and "Disabled".
- :vartype redundancy: str or ~azure.mgmt.networkanalytics.models.ControlState
- :ivar purview_account: Purview account url for data product to connect to.
- :vartype purview_account: str
- :ivar purview_collection: Purview collection url for data product to connect to.
- :vartype purview_collection: str
- :ivar private_links_enabled: Flag to enable or disable private link for data product resource.
- Known values are: "Enabled" and "Disabled".
- :vartype private_links_enabled: str or ~azure.mgmt.networkanalytics.models.ControlState
- :ivar public_network_access: Flag to enable or disable public access of data product resource.
- Known values are: "Enabled" and "Disabled".
- :vartype public_network_access: str or ~azure.mgmt.networkanalytics.models.ControlState
- :ivar customer_managed_key_encryption_enabled: Flag to enable customer managed key encryption
- for data product. Known values are: "Enabled" and "Disabled".
- :vartype customer_managed_key_encryption_enabled: str or
- ~azure.mgmt.networkanalytics.models.ControlState
- :ivar customer_encryption_key: Customer managed encryption key details for data product.
- :vartype customer_encryption_key: ~azure.mgmt.networkanalytics.models.EncryptionKeyDetails
- :ivar networkacls: Network rule set for data product.
- :vartype networkacls: ~azure.mgmt.networkanalytics.models.DataProductNetworkAcls
- :ivar managed_resource_group_configuration: Managed resource group configuration.
- :vartype managed_resource_group_configuration:
- ~azure.mgmt.networkanalytics.models.ManagedResourceGroupConfiguration
- :ivar available_minor_versions: List of available minor versions of the data product resource.
- :vartype available_minor_versions: list[str]
- :ivar current_minor_version: Current configured minor version of the data product resource.
- :vartype current_minor_version: str
- :ivar documentation: Documentation link for the data product based on definition file.
- :vartype documentation: str
- :ivar consumption_endpoints: Resource links which exposed to the customer to query the data.
- :vartype consumption_endpoints:
- ~azure.mgmt.networkanalytics.models.ConsumptionEndpointsProperties
- :ivar key_vault_url: Key vault url.
- :vartype key_vault_url: str
"""
_validation = {
@@ -386,12 +340,6 @@
"type": {"readonly": True},
"system_data": {"readonly": True},
"location": {"required": True},
- "resource_guid": {"readonly": True},
- "provisioning_state": {"readonly": True},
- "available_minor_versions": {"readonly": True},
- "documentation": {"readonly": True},
- "consumption_endpoints": {"readonly": True},
- "key_vault_url": {"readonly": True},
}
_attribute_map = {
@@ -401,55 +349,17 @@
"system_data": {"key": "systemData", "type": "SystemData"},
"tags": {"key": "tags", "type": "{str}"},
"location": {"key": "location", "type": "str"},
+ "properties": {"key": "properties", "type": "DataProductProperties"},
"identity": {"key": "identity", "type": "ManagedServiceIdentity"},
- "resource_guid": {"key": "properties.resourceGuid", "type": "str"},
- "provisioning_state": {"key": "properties.provisioningState", "type": "str"},
- "publisher": {"key": "properties.publisher", "type": "str"},
- "product": {"key": "properties.product", "type": "str"},
- "major_version": {"key": "properties.majorVersion", "type": "str"},
- "owners": {"key": "properties.owners", "type": "[str]"},
- "redundancy": {"key": "properties.redundancy", "type": "str"},
- "purview_account": {"key": "properties.purviewAccount", "type": "str"},
- "purview_collection": {"key": "properties.purviewCollection", "type": "str"},
- "private_links_enabled": {"key": "properties.privateLinksEnabled", "type": "str"},
- "public_network_access": {"key": "properties.publicNetworkAccess", "type": "str"},
- "customer_managed_key_encryption_enabled": {
- "key": "properties.customerManagedKeyEncryptionEnabled",
- "type": "str",
- },
- "customer_encryption_key": {"key": "properties.customerEncryptionKey", "type": "EncryptionKeyDetails"},
- "networkacls": {"key": "properties.networkacls", "type": "DataProductNetworkAcls"},
- "managed_resource_group_configuration": {
- "key": "properties.managedResourceGroupConfiguration",
- "type": "ManagedResourceGroupConfiguration",
- },
- "available_minor_versions": {"key": "properties.availableMinorVersions", "type": "[str]"},
- "current_minor_version": {"key": "properties.currentMinorVersion", "type": "str"},
- "documentation": {"key": "properties.documentation", "type": "str"},
- "consumption_endpoints": {"key": "properties.consumptionEndpoints", "type": "ConsumptionEndpointsProperties"},
- "key_vault_url": {"key": "properties.keyVaultUrl", "type": "str"},
}
- def __init__( # pylint: disable=too-many-locals
+ def __init__(
self,
*,
location: str,
tags: Optional[Dict[str, str]] = None,
+ properties: Optional["_models.DataProductProperties"] = None,
identity: Optional["_models.ManagedServiceIdentity"] = None,
- publisher: Optional[str] = None,
- product: Optional[str] = None,
- major_version: Optional[str] = None,
- owners: Optional[List[str]] = None,
- redundancy: Optional[Union[str, "_models.ControlState"]] = None,
- purview_account: Optional[str] = None,
- purview_collection: Optional[str] = None,
- private_links_enabled: Optional[Union[str, "_models.ControlState"]] = None,
- public_network_access: Optional[Union[str, "_models.ControlState"]] = None,
- customer_managed_key_encryption_enabled: Optional[Union[str, "_models.ControlState"]] = None,
- customer_encryption_key: Optional["_models.EncryptionKeyDetails"] = None,
- networkacls: Optional["_models.DataProductNetworkAcls"] = None,
- managed_resource_group_configuration: Optional["_models.ManagedResourceGroupConfiguration"] = None,
- current_minor_version: Optional[str] = None,
**kwargs: Any
) -> None:
"""
@@ -457,65 +367,14 @@
:paramtype tags: dict[str, str]
:keyword location: The geo-location where the resource lives. Required.
:paramtype location: str
+ :keyword properties: The resource-specific properties for this resource.
+ :paramtype properties: ~azure.mgmt.networkanalytics.models.DataProductProperties
:keyword identity: The managed service identities assigned to this resource.
:paramtype identity: ~azure.mgmt.networkanalytics.models.ManagedServiceIdentity
- :keyword publisher: Data product publisher name.
- :paramtype publisher: str
- :keyword product: Product name of data product.
- :paramtype product: str
- :keyword major_version: Major version of data product.
- :paramtype major_version: str
- :keyword owners: List of name or email associated with data product resource deployment.
- :paramtype owners: list[str]
- :keyword redundancy: Flag to enable or disable redundancy for data product. Known values are:
- "Enabled" and "Disabled".
- :paramtype redundancy: str or ~azure.mgmt.networkanalytics.models.ControlState
- :keyword purview_account: Purview account url for data product to connect to.
- :paramtype purview_account: str
- :keyword purview_collection: Purview collection url for data product to connect to.
- :paramtype purview_collection: str
- :keyword private_links_enabled: Flag to enable or disable private link for data product
- resource. Known values are: "Enabled" and "Disabled".
- :paramtype private_links_enabled: str or ~azure.mgmt.networkanalytics.models.ControlState
- :keyword public_network_access: Flag to enable or disable public access of data product
- resource. Known values are: "Enabled" and "Disabled".
- :paramtype public_network_access: str or ~azure.mgmt.networkanalytics.models.ControlState
- :keyword customer_managed_key_encryption_enabled: Flag to enable customer managed key
- encryption for data product. Known values are: "Enabled" and "Disabled".
- :paramtype customer_managed_key_encryption_enabled: str or
- ~azure.mgmt.networkanalytics.models.ControlState
- :keyword customer_encryption_key: Customer managed encryption key details for data product.
- :paramtype customer_encryption_key: ~azure.mgmt.networkanalytics.models.EncryptionKeyDetails
- :keyword networkacls: Network rule set for data product.
- :paramtype networkacls: ~azure.mgmt.networkanalytics.models.DataProductNetworkAcls
- :keyword managed_resource_group_configuration: Managed resource group configuration.
- :paramtype managed_resource_group_configuration:
- ~azure.mgmt.networkanalytics.models.ManagedResourceGroupConfiguration
- :keyword current_minor_version: Current configured minor version of the data product resource.
- :paramtype current_minor_version: str
"""
super().__init__(tags=tags, location=location, **kwargs)
+ self.properties = properties
self.identity = identity
- self.resource_guid = None
- self.provisioning_state = None
- self.publisher = publisher
- self.product = product
- self.major_version = major_version
- self.owners = owners
- self.redundancy = redundancy
- self.purview_account = purview_account
- self.purview_collection = purview_collection
- self.private_links_enabled = private_links_enabled
- self.public_network_access = public_network_access
- self.customer_managed_key_encryption_enabled = customer_managed_key_encryption_enabled
- self.customer_encryption_key = customer_encryption_key
- self.networkacls = networkacls
- self.managed_resource_group_configuration = managed_resource_group_configuration
- self.available_minor_versions = None
- self.current_minor_version = current_minor_version
- self.documentation = None
- self.consumption_endpoints = None
- self.key_vault_url = None
class DataProductInformation(_serialization.Model):
@@ -654,6 +513,179 @@
self.default_action = default_action
+class DataProductProperties(_serialization.Model): # pylint: disable=too-many-instance-attributes
+ """The data product properties.
+
+ Variables are only populated by the server, and will be ignored when sending a request.
+
+ All required parameters must be populated in order to send to Azure.
+
+ :ivar resource_guid: The resource GUID property of the data product resource.
+ :vartype resource_guid: str
+ :ivar provisioning_state: Latest provisioning state of data product. Known values are:
+ "Succeeded", "Failed", "Canceled", "Provisioning", "Updating", "Deleting", and "Accepted".
+ :vartype provisioning_state: str or ~azure.mgmt.networkanalytics.models.ProvisioningState
+ :ivar publisher: Data product publisher name. Required.
+ :vartype publisher: str
+ :ivar product: Product name of data product. Required.
+ :vartype product: str
+ :ivar major_version: Major version of data product. Required.
+ :vartype major_version: str
+ :ivar owners: List of name or email associated with data product resource deployment.
+ :vartype owners: list[str]
+ :ivar redundancy: Flag to enable or disable redundancy for data product. Known values are:
+ "Enabled" and "Disabled".
+ :vartype redundancy: str or ~azure.mgmt.networkanalytics.models.ControlState
+ :ivar purview_account: Purview account url for data product to connect to.
+ :vartype purview_account: str
+ :ivar purview_collection: Purview collection url for data product to connect to.
+ :vartype purview_collection: str
+ :ivar private_links_enabled: Flag to enable or disable private link for data product resource.
+ Known values are: "Enabled" and "Disabled".
+ :vartype private_links_enabled: str or ~azure.mgmt.networkanalytics.models.ControlState
+ :ivar public_network_access: Flag to enable or disable public access of data product resource.
+ Known values are: "Enabled" and "Disabled".
+ :vartype public_network_access: str or ~azure.mgmt.networkanalytics.models.ControlState
+ :ivar customer_managed_key_encryption_enabled: Flag to enable customer managed key encryption
+ for data product. Known values are: "Enabled" and "Disabled".
+ :vartype customer_managed_key_encryption_enabled: str or
+ ~azure.mgmt.networkanalytics.models.ControlState
+ :ivar customer_encryption_key: Customer managed encryption key details for data product.
+ :vartype customer_encryption_key: ~azure.mgmt.networkanalytics.models.EncryptionKeyDetails
+ :ivar networkacls: Network rule set for data product.
+ :vartype networkacls: ~azure.mgmt.networkanalytics.models.DataProductNetworkAcls
+ :ivar managed_resource_group_configuration: Managed resource group configuration.
+ :vartype managed_resource_group_configuration:
+ ~azure.mgmt.networkanalytics.models.ManagedResourceGroupConfiguration
+ :ivar available_minor_versions: List of available minor versions of the data product resource.
+ :vartype available_minor_versions: list[str]
+ :ivar current_minor_version: Current configured minor version of the data product resource.
+ :vartype current_minor_version: str
+ :ivar documentation: Documentation link for the data product based on definition file.
+ :vartype documentation: str
+ :ivar consumption_endpoints: Resource links which exposed to the customer to query the data.
+ :vartype consumption_endpoints:
+ ~azure.mgmt.networkanalytics.models.ConsumptionEndpointsProperties
+ :ivar key_vault_url: Key vault url.
+ :vartype key_vault_url: str
+ """
+
+ _validation = {
+ "resource_guid": {"readonly": True},
+ "provisioning_state": {"readonly": True},
+ "publisher": {"required": True},
+ "product": {"required": True},
+ "major_version": {"required": True},
+ "available_minor_versions": {"readonly": True},
+ "documentation": {"readonly": True},
+ "consumption_endpoints": {"readonly": True},
+ "key_vault_url": {"readonly": True},
+ }
+
+ _attribute_map = {
+ "resource_guid": {"key": "resourceGuid", "type": "str"},
+ "provisioning_state": {"key": "provisioningState", "type": "str"},
+ "publisher": {"key": "publisher", "type": "str"},
+ "product": {"key": "product", "type": "str"},
+ "major_version": {"key": "majorVersion", "type": "str"},
+ "owners": {"key": "owners", "type": "[str]"},
+ "redundancy": {"key": "redundancy", "type": "str"},
+ "purview_account": {"key": "purviewAccount", "type": "str"},
+ "purview_collection": {"key": "purviewCollection", "type": "str"},
+ "private_links_enabled": {"key": "privateLinksEnabled", "type": "str"},
+ "public_network_access": {"key": "publicNetworkAccess", "type": "str"},
+ "customer_managed_key_encryption_enabled": {"key": "customerManagedKeyEncryptionEnabled", "type": "str"},
+ "customer_encryption_key": {"key": "customerEncryptionKey", "type": "EncryptionKeyDetails"},
+ "networkacls": {"key": "networkacls", "type": "DataProductNetworkAcls"},
+ "managed_resource_group_configuration": {
+ "key": "managedResourceGroupConfiguration",
+ "type": "ManagedResourceGroupConfiguration",
+ },
+ "available_minor_versions": {"key": "availableMinorVersions", "type": "[str]"},
+ "current_minor_version": {"key": "currentMinorVersion", "type": "str"},
+ "documentation": {"key": "documentation", "type": "str"},
+ "consumption_endpoints": {"key": "consumptionEndpoints", "type": "ConsumptionEndpointsProperties"},
+ "key_vault_url": {"key": "keyVaultUrl", "type": "str"},
+ }
+
+ def __init__(
+ self,
+ *,
+ publisher: str,
+ product: str,
+ major_version: str,
+ owners: Optional[List[str]] = None,
+ redundancy: Optional[Union[str, "_models.ControlState"]] = None,
+ purview_account: Optional[str] = None,
+ purview_collection: Optional[str] = None,
+ private_links_enabled: Optional[Union[str, "_models.ControlState"]] = None,
+ public_network_access: Optional[Union[str, "_models.ControlState"]] = None,
+ customer_managed_key_encryption_enabled: Optional[Union[str, "_models.ControlState"]] = None,
+ customer_encryption_key: Optional["_models.EncryptionKeyDetails"] = None,
+ networkacls: Optional["_models.DataProductNetworkAcls"] = None,
+ managed_resource_group_configuration: Optional["_models.ManagedResourceGroupConfiguration"] = None,
+ current_minor_version: Optional[str] = None,
+ **kwargs: Any
+ ) -> None:
+ """
+ :keyword publisher: Data product publisher name. Required.
+ :paramtype publisher: str
+ :keyword product: Product name of data product. Required.
+ :paramtype product: str
+ :keyword major_version: Major version of data product. Required.
+ :paramtype major_version: str
+ :keyword owners: List of name or email associated with data product resource deployment.
+ :paramtype owners: list[str]
+ :keyword redundancy: Flag to enable or disable redundancy for data product. Known values are:
+ "Enabled" and "Disabled".
+ :paramtype redundancy: str or ~azure.mgmt.networkanalytics.models.ControlState
+ :keyword purview_account: Purview account url for data product to connect to.
+ :paramtype purview_account: str
+ :keyword purview_collection: Purview collection url for data product to connect to.
+ :paramtype purview_collection: str
+ :keyword private_links_enabled: Flag to enable or disable private link for data product
+ resource. Known values are: "Enabled" and "Disabled".
+ :paramtype private_links_enabled: str or ~azure.mgmt.networkanalytics.models.ControlState
+ :keyword public_network_access: Flag to enable or disable public access of data product
+ resource. Known values are: "Enabled" and "Disabled".
+ :paramtype public_network_access: str or ~azure.mgmt.networkanalytics.models.ControlState
+ :keyword customer_managed_key_encryption_enabled: Flag to enable customer managed key
+ encryption for data product. Known values are: "Enabled" and "Disabled".
+ :paramtype customer_managed_key_encryption_enabled: str or
+ ~azure.mgmt.networkanalytics.models.ControlState
+ :keyword customer_encryption_key: Customer managed encryption key details for data product.
+ :paramtype customer_encryption_key: ~azure.mgmt.networkanalytics.models.EncryptionKeyDetails
+ :keyword networkacls: Network rule set for data product.
+ :paramtype networkacls: ~azure.mgmt.networkanalytics.models.DataProductNetworkAcls
+ :keyword managed_resource_group_configuration: Managed resource group configuration.
+ :paramtype managed_resource_group_configuration:
+ ~azure.mgmt.networkanalytics.models.ManagedResourceGroupConfiguration
+ :keyword current_minor_version: Current configured minor version of the data product resource.
+ :paramtype current_minor_version: str
+ """
+ super().__init__(**kwargs)
+ self.resource_guid = None
+ self.provisioning_state = None
+ self.publisher = publisher
+ self.product = product
+ self.major_version = major_version
+ self.owners = owners
+ self.redundancy = redundancy
+ self.purview_account = purview_account
+ self.purview_collection = purview_collection
+ self.private_links_enabled = private_links_enabled
+ self.public_network_access = public_network_access
+ self.customer_managed_key_encryption_enabled = customer_managed_key_encryption_enabled
+ self.customer_encryption_key = customer_encryption_key
+ self.networkacls = networkacls
+ self.managed_resource_group_configuration = managed_resource_group_configuration
+ self.available_minor_versions = None
+ self.current_minor_version = current_minor_version
+ self.documentation = None
+ self.consumption_endpoints = None
+ self.key_vault_url = None
+
+
class ProxyResource(Resource):
"""The resource model definition for a Azure Resource Manager proxy resource. It will not have
tags and a location.
@@ -708,11 +740,8 @@
:ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy
information.
:vartype system_data: ~azure.mgmt.networkanalytics.models.SystemData
- :ivar provisioning_state: The data catalog provisioning state. Known values are: "Succeeded",
- "Failed", "Canceled", "Provisioning", "Updating", "Deleting", and "Accepted".
- :vartype provisioning_state: str or ~azure.mgmt.networkanalytics.models.ProvisioningState
- :ivar publishers: The data product publisher information.
- :vartype publishers: list[~azure.mgmt.networkanalytics.models.PublisherInformation]
+ :ivar properties: The resource-specific properties for this resource.
+ :vartype properties: ~azure.mgmt.networkanalytics.models.DataProductsCatalogProperties
"""
_validation = {
@@ -720,7 +749,6 @@
"name": {"readonly": True},
"type": {"readonly": True},
"system_data": {"readonly": True},
- "provisioning_state": {"readonly": True},
}
_attribute_map = {
@@ -728,18 +756,16 @@
"name": {"key": "name", "type": "str"},
"type": {"key": "type", "type": "str"},
"system_data": {"key": "systemData", "type": "SystemData"},
- "provisioning_state": {"key": "properties.provisioningState", "type": "str"},
- "publishers": {"key": "properties.publishers", "type": "[PublisherInformation]"},
+ "properties": {"key": "properties", "type": "DataProductsCatalogProperties"},
}
- def __init__(self, *, publishers: Optional[List["_models.PublisherInformation"]] = None, **kwargs: Any) -> None:
+ def __init__(self, *, properties: Optional["_models.DataProductsCatalogProperties"] = None, **kwargs: Any) -> None:
"""
- :keyword publishers: The data product publisher information.
- :paramtype publishers: list[~azure.mgmt.networkanalytics.models.PublisherInformation]
+ :keyword properties: The resource-specific properties for this resource.
+ :paramtype properties: ~azure.mgmt.networkanalytics.models.DataProductsCatalogProperties
"""
super().__init__(**kwargs)
- self.provisioning_state = None
- self.publishers = publishers
+ self.properties = properties
class DataProductsCatalogListResult(_serialization.Model):
@@ -776,6 +802,40 @@
self.next_link = next_link
+class DataProductsCatalogProperties(_serialization.Model):
+ """Details for data catalog properties.
+
+ Variables are only populated by the server, and will be ignored when sending a request.
+
+ All required parameters must be populated in order to send to Azure.
+
+ :ivar provisioning_state: The data catalog provisioning state. Known values are: "Succeeded",
+ "Failed", "Canceled", "Provisioning", "Updating", "Deleting", and "Accepted".
+ :vartype provisioning_state: str or ~azure.mgmt.networkanalytics.models.ProvisioningState
+ :ivar publishers: The data product publisher information. Required.
+ :vartype publishers: list[~azure.mgmt.networkanalytics.models.PublisherInformation]
+ """
+
+ _validation = {
+ "provisioning_state": {"readonly": True},
+ "publishers": {"required": True},
+ }
+
+ _attribute_map = {
+ "provisioning_state": {"key": "provisioningState", "type": "str"},
+ "publishers": {"key": "publishers", "type": "[PublisherInformation]"},
+ }
+
+ def __init__(self, *, publishers: List["_models.PublisherInformation"], **kwargs: Any) -> None:
+ """
+ :keyword publishers: The data product publisher information. Required.
+ :paramtype publishers: list[~azure.mgmt.networkanalytics.models.PublisherInformation]
+ """
+ super().__init__(**kwargs)
+ self.provisioning_state = None
+ self.publishers = publishers
+
+
class DataProductUpdate(_serialization.Model):
"""The type used for update operations of the DataProduct.
@@ -783,6 +843,41 @@
:vartype identity: ~azure.mgmt.networkanalytics.models.ManagedServiceIdentity
:ivar tags: Resource tags.
:vartype tags: dict[str, str]
+ :ivar properties: The updatable properties of the DataProduct.
+ :vartype properties: ~azure.mgmt.networkanalytics.models.DataProductUpdateProperties
+ """
+
+ _attribute_map = {
+ "identity": {"key": "identity", "type": "ManagedServiceIdentity"},
+ "tags": {"key": "tags", "type": "{str}"},
+ "properties": {"key": "properties", "type": "DataProductUpdateProperties"},
+ }
+
+ def __init__(
+ self,
+ *,
+ identity: Optional["_models.ManagedServiceIdentity"] = None,
+ tags: Optional[Dict[str, str]] = None,
+ properties: Optional["_models.DataProductUpdateProperties"] = None,
+ **kwargs: Any
+ ) -> None:
+ """
+ :keyword identity: The managed service identities assigned to this resource.
+ :paramtype identity: ~azure.mgmt.networkanalytics.models.ManagedServiceIdentity
+ :keyword tags: Resource tags.
+ :paramtype tags: dict[str, str]
+ :keyword properties: The updatable properties of the DataProduct.
+ :paramtype properties: ~azure.mgmt.networkanalytics.models.DataProductUpdateProperties
+ """
+ super().__init__(**kwargs)
+ self.identity = identity
+ self.tags = tags
+ self.properties = properties
+
+
+class DataProductUpdateProperties(_serialization.Model):
+ """The updatable properties of the DataProduct.
+
:ivar owners: List of name or email associated with data product resource deployment.
:vartype owners: list[str]
:ivar purview_account: Purview account url for data product to connect to.
@@ -797,20 +892,16 @@
"""
_attribute_map = {
- "identity": {"key": "identity", "type": "ManagedServiceIdentity"},
- "tags": {"key": "tags", "type": "{str}"},
- "owners": {"key": "properties.owners", "type": "[str]"},
- "purview_account": {"key": "properties.purviewAccount", "type": "str"},
- "purview_collection": {"key": "properties.purviewCollection", "type": "str"},
- "private_links_enabled": {"key": "properties.privateLinksEnabled", "type": "str"},
- "current_minor_version": {"key": "properties.currentMinorVersion", "type": "str"},
+ "owners": {"key": "owners", "type": "[str]"},
+ "purview_account": {"key": "purviewAccount", "type": "str"},
+ "purview_collection": {"key": "purviewCollection", "type": "str"},
+ "private_links_enabled": {"key": "privateLinksEnabled", "type": "str"},
+ "current_minor_version": {"key": "currentMinorVersion", "type": "str"},
}
def __init__(
self,
*,
- identity: Optional["_models.ManagedServiceIdentity"] = None,
- tags: Optional[Dict[str, str]] = None,
owners: Optional[List[str]] = None,
purview_account: Optional[str] = None,
purview_collection: Optional[str] = None,
@@ -819,10 +910,6 @@
**kwargs: Any
) -> None:
"""
- :keyword identity: The managed service identities assigned to this resource.
- :paramtype identity: ~azure.mgmt.networkanalytics.models.ManagedServiceIdentity
- :keyword tags: Resource tags.
- :paramtype tags: dict[str, str]
:keyword owners: List of name or email associated with data product resource deployment.
:paramtype owners: list[str]
:keyword purview_account: Purview account url for data product to connect to.
@@ -836,8 +923,6 @@
:paramtype current_minor_version: str
"""
super().__init__(**kwargs)
- self.identity = identity
- self.tags = tags
self.owners = owners
self.purview_account = purview_account
self.purview_collection = purview_collection
@@ -871,7 +956,7 @@
self.version = version
-class DataType(ProxyResource): # pylint: disable=too-many-instance-attributes
+class DataType(ProxyResource):
"""The data type resource.
Variables are only populated by the server, and will be ignored when sending a request.
@@ -887,6 +972,71 @@
:ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy
information.
:vartype system_data: ~azure.mgmt.networkanalytics.models.SystemData
+ :ivar properties: The resource-specific properties for this resource.
+ :vartype properties: ~azure.mgmt.networkanalytics.models.DataTypeProperties
+ """
+
+ _validation = {
+ "id": {"readonly": True},
+ "name": {"readonly": True},
+ "type": {"readonly": True},
+ "system_data": {"readonly": True},
+ }
+
+ _attribute_map = {
+ "id": {"key": "id", "type": "str"},
+ "name": {"key": "name", "type": "str"},
+ "type": {"key": "type", "type": "str"},
+ "system_data": {"key": "systemData", "type": "SystemData"},
+ "properties": {"key": "properties", "type": "DataTypeProperties"},
+ }
+
+ def __init__(self, *, properties: Optional["_models.DataTypeProperties"] = None, **kwargs: Any) -> None:
+ """
+ :keyword properties: The resource-specific properties for this resource.
+ :paramtype properties: ~azure.mgmt.networkanalytics.models.DataTypeProperties
+ """
+ super().__init__(**kwargs)
+ self.properties = properties
+
+
+class DataTypeListResult(_serialization.Model):
+ """The response of a DataType list operation.
+
+ All required parameters must be populated in order to send to Azure.
+
+ :ivar value: The DataType items on this page. Required.
+ :vartype value: list[~azure.mgmt.networkanalytics.models.DataType]
+ :ivar next_link: The link to the next page of items.
+ :vartype next_link: str
+ """
+
+ _validation = {
+ "value": {"required": True},
+ }
+
+ _attribute_map = {
+ "value": {"key": "value", "type": "[DataType]"},
+ "next_link": {"key": "nextLink", "type": "str"},
+ }
+
+ def __init__(self, *, value: List["_models.DataType"], next_link: Optional[str] = None, **kwargs: Any) -> None:
+ """
+ :keyword value: The DataType items on this page. Required.
+ :paramtype value: list[~azure.mgmt.networkanalytics.models.DataType]
+ :keyword next_link: The link to the next page of items.
+ :paramtype next_link: str
+ """
+ super().__init__(**kwargs)
+ self.value = value
+ self.next_link = next_link
+
+
+class DataTypeProperties(_serialization.Model):
+ """The data type properties.
+
+ Variables are only populated by the server, and will be ignored when sending a request.
+
:ivar provisioning_state: Latest provisioning state of data product. Known values are:
"Succeeded", "Failed", "Canceled", "Provisioning", "Updating", "Deleting", and "Accepted".
:vartype provisioning_state: str or ~azure.mgmt.networkanalytics.models.ProvisioningState
@@ -905,27 +1055,19 @@
"""
_validation = {
- "id": {"readonly": True},
- "name": {"readonly": True},
- "type": {"readonly": True},
- "system_data": {"readonly": True},
"provisioning_state": {"readonly": True},
"state_reason": {"readonly": True},
"visualization_url": {"readonly": True},
}
_attribute_map = {
- "id": {"key": "id", "type": "str"},
- "name": {"key": "name", "type": "str"},
- "type": {"key": "type", "type": "str"},
- "system_data": {"key": "systemData", "type": "SystemData"},
- "provisioning_state": {"key": "properties.provisioningState", "type": "str"},
- "state": {"key": "properties.state", "type": "str"},
- "state_reason": {"key": "properties.stateReason", "type": "str"},
- "storage_output_retention": {"key": "properties.storageOutputRetention", "type": "int"},
- "database_cache_retention": {"key": "properties.databaseCacheRetention", "type": "int"},
- "database_retention": {"key": "properties.databaseRetention", "type": "int"},
- "visualization_url": {"key": "properties.visualizationUrl", "type": "str"},
+ "provisioning_state": {"key": "provisioningState", "type": "str"},
+ "state": {"key": "state", "type": "str"},
+ "state_reason": {"key": "stateReason", "type": "str"},
+ "storage_output_retention": {"key": "storageOutputRetention", "type": "int"},
+ "database_cache_retention": {"key": "databaseCacheRetention", "type": "int"},
+ "database_retention": {"key": "databaseRetention", "type": "int"},
+ "visualization_url": {"key": "visualizationUrl", "type": "str"},
}
def __init__(
@@ -957,40 +1099,28 @@
self.visualization_url = None
-class DataTypeListResult(_serialization.Model):
- """The response of a DataType list operation.
-
- All required parameters must be populated in order to send to Azure.
+class DataTypeUpdate(_serialization.Model):
+ """The type used for update operations of the DataType.
- :ivar value: The DataType items on this page. Required.
- :vartype value: list[~azure.mgmt.networkanalytics.models.DataType]
- :ivar next_link: The link to the next page of items.
- :vartype next_link: str
+ :ivar properties: The updatable properties of the DataType.
+ :vartype properties: ~azure.mgmt.networkanalytics.models.DataTypeUpdateProperties
"""
- _validation = {
- "value": {"required": True},
- }
-
_attribute_map = {
- "value": {"key": "value", "type": "[DataType]"},
- "next_link": {"key": "nextLink", "type": "str"},
+ "properties": {"key": "properties", "type": "DataTypeUpdateProperties"},
}
- def __init__(self, *, value: List["_models.DataType"], next_link: Optional[str] = None, **kwargs: Any) -> None:
+ def __init__(self, *, properties: Optional["_models.DataTypeUpdateProperties"] = None, **kwargs: Any) -> None:
"""
- :keyword value: The DataType items on this page. Required.
- :paramtype value: list[~azure.mgmt.networkanalytics.models.DataType]
- :keyword next_link: The link to the next page of items.
- :paramtype next_link: str
+ :keyword properties: The updatable properties of the DataType.
+ :paramtype properties: ~azure.mgmt.networkanalytics.models.DataTypeUpdateProperties
"""
super().__init__(**kwargs)
- self.value = value
- self.next_link = next_link
+ self.properties = properties
-class DataTypeUpdate(_serialization.Model):
- """The type used for update operations of the DataType.
+class DataTypeUpdateProperties(_serialization.Model):
+ """The updatable properties of the DataType.
:ivar state: State of data type. Known values are: "Stopped" and "Running".
:vartype state: str or ~azure.mgmt.networkanalytics.models.DataTypeState
@@ -1003,10 +1133,10 @@
"""
_attribute_map = {
- "state": {"key": "properties.state", "type": "str"},
- "storage_output_retention": {"key": "properties.storageOutputRetention", "type": "int"},
- "database_cache_retention": {"key": "properties.databaseCacheRetention", "type": "int"},
- "database_retention": {"key": "properties.databaseRetention", "type": "int"},
+ "state": {"key": "state", "type": "str"},
+ "storage_output_retention": {"key": "storageOutputRetention", "type": "int"},
+ "database_cache_retention": {"key": "databaseCacheRetention", "type": "int"},
+ "database_retention": {"key": "databaseRetention", "type": "int"},
}
def __init__(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-mgmt-networkanalytics-1.0.0b1/azure_mgmt_networkanalytics.egg-info/PKG-INFO new/azure-mgmt-networkanalytics-1.0.0/azure_mgmt_networkanalytics.egg-info/PKG-INFO
--- old/azure-mgmt-networkanalytics-1.0.0b1/azure_mgmt_networkanalytics.egg-info/PKG-INFO 2023-11-28 05:05:27.000000000 +0100
+++ new/azure-mgmt-networkanalytics-1.0.0/azure_mgmt_networkanalytics.egg-info/PKG-INFO 2024-01-26 04:48:10.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: azure-mgmt-networkanalytics
-Version: 1.0.0b1
+Version: 1.0.0
Summary: Microsoft Azure Networkanalytics Management Client Library for Python
Home-page: https://github.com/Azure/azure-sdk-for-python
Author: Microsoft Corporation
@@ -11,24 +11,23 @@
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
+Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
-Requires-Python: >=3.7
+Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: isodate<1.0.0,>=0.6.1
Requires-Dist: azure-common~=1.1
Requires-Dist: azure-mgmt-core<2.0.0,>=1.3.2
-Requires-Dist: typing-extensions>=4.3.0; python_version < "3.8.0"
# Microsoft Azure SDK for Python
This is the Microsoft Azure Networkanalytics Management Client Library.
-This package has been tested with Python 3.7+.
+This package has been tested with Python 3.8+.
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
## _Disclaimer_
@@ -39,7 +38,7 @@
### Prerequisites
-- Python 3.7+ is required to use this package.
+- Python 3.8+ is required to use this package.
- [Azure subscription](https://azure.microsoft.com/free/)
### Install the package
@@ -90,6 +89,57 @@
# Release History
+## 1.0.0 (2024-01-26)
+
+### Features Added
+
+ - Model DataProduct has a new parameter properties
+ - Model DataProductUpdate has a new parameter properties
+ - Model DataProductsCatalog has a new parameter properties
+ - Model DataType has a new parameter properties
+ - Model DataTypeUpdate has a new parameter properties
+
+### Breaking Changes
+
+ - Model DataProduct no longer has parameter available_minor_versions
+ - Model DataProduct no longer has parameter consumption_endpoints
+ - Model DataProduct no longer has parameter current_minor_version
+ - Model DataProduct no longer has parameter customer_encryption_key
+ - Model DataProduct no longer has parameter customer_managed_key_encryption_enabled
+ - Model DataProduct no longer has parameter documentation
+ - Model DataProduct no longer has parameter key_vault_url
+ - Model DataProduct no longer has parameter major_version
+ - Model DataProduct no longer has parameter managed_resource_group_configuration
+ - Model DataProduct no longer has parameter networkacls
+ - Model DataProduct no longer has parameter owners
+ - Model DataProduct no longer has parameter private_links_enabled
+ - Model DataProduct no longer has parameter product
+ - Model DataProduct no longer has parameter provisioning_state
+ - Model DataProduct no longer has parameter public_network_access
+ - Model DataProduct no longer has parameter publisher
+ - Model DataProduct no longer has parameter purview_account
+ - Model DataProduct no longer has parameter purview_collection
+ - Model DataProduct no longer has parameter redundancy
+ - Model DataProduct no longer has parameter resource_guid
+ - Model DataProductUpdate no longer has parameter current_minor_version
+ - Model DataProductUpdate no longer has parameter owners
+ - Model DataProductUpdate no longer has parameter private_links_enabled
+ - Model DataProductUpdate no longer has parameter purview_account
+ - Model DataProductUpdate no longer has parameter purview_collection
+ - Model DataProductsCatalog no longer has parameter provisioning_state
+ - Model DataProductsCatalog no longer has parameter publishers
+ - Model DataType no longer has parameter database_cache_retention
+ - Model DataType no longer has parameter database_retention
+ - Model DataType no longer has parameter provisioning_state
+ - Model DataType no longer has parameter state
+ - Model DataType no longer has parameter state_reason
+ - Model DataType no longer has parameter storage_output_retention
+ - Model DataType no longer has parameter visualization_url
+ - Model DataTypeUpdate no longer has parameter database_cache_retention
+ - Model DataTypeUpdate no longer has parameter database_retention
+ - Model DataTypeUpdate no longer has parameter state
+ - Model DataTypeUpdate no longer has parameter storage_output_retention
+
## 1.0.0b1 (2023-11-28)
* Initial Release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-mgmt-networkanalytics-1.0.0b1/azure_mgmt_networkanalytics.egg-info/requires.txt new/azure-mgmt-networkanalytics-1.0.0/azure_mgmt_networkanalytics.egg-info/requires.txt
--- old/azure-mgmt-networkanalytics-1.0.0b1/azure_mgmt_networkanalytics.egg-info/requires.txt 2023-11-28 05:05:27.000000000 +0100
+++ new/azure-mgmt-networkanalytics-1.0.0/azure_mgmt_networkanalytics.egg-info/requires.txt 2024-01-26 04:48:10.000000000 +0100
@@ -1,6 +1,3 @@
isodate<1.0.0,>=0.6.1
azure-common~=1.1
azure-mgmt-core<2.0.0,>=1.3.2
-
-[:python_version < "3.8.0"]
-typing-extensions>=4.3.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-mgmt-networkanalytics-1.0.0b1/setup.py new/azure-mgmt-networkanalytics-1.0.0/setup.py
--- old/azure-mgmt-networkanalytics-1.0.0b1/setup.py 2023-11-28 05:04:47.000000000 +0100
+++ new/azure-mgmt-networkanalytics-1.0.0/setup.py 2024-01-26 04:47:23.000000000 +0100
@@ -53,11 +53,11 @@
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3",
- "Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12",
"License :: OSI Approved :: MIT License",
],
zip_safe=False,
@@ -77,7 +77,6 @@
"isodate<1.0.0,>=0.6.1",
"azure-common~=1.1",
"azure-mgmt-core>=1.3.2,<2.0.0",
- "typing-extensions>=4.3.0; python_version<'3.8.0'",
],
- python_requires=">=3.7",
+ python_requires=">=3.8",
)
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package deluge for openSUSE:Factory checked in at 2024-01-29 22:33:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/deluge (Old)
and /work/SRC/openSUSE:Factory/.deluge.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "deluge"
Mon Jan 29 22:33:09 2024 rev:21 rq:1142258 version:2.1.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/deluge/deluge.changes 2022-09-12 19:07:40.258438982 +0200
+++ /work/SRC/openSUSE:Factory/.deluge.new.1815/deluge.changes 2024-01-29 22:34:09.080597995 +0100
@@ -1,0 +2,5 @@
+Wed Jan 3 08:47:54 UTC 2024 - Bernhard Wiedemann <bwiedemann(a)suse.com>
+
+- Normalize .egg mtimes for reproducible builds (boo#1047218)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ deluge.spec ++++++
--- /var/tmp/diff_new_pack.h0PGaO/_old 2024-01-29 22:34:09.580616092 +0100
+++ /var/tmp/diff_new_pack.h0PGaO/_new 2024-01-29 22:34:09.584616237 +0100
@@ -48,6 +48,7 @@
BuildRequires: python3-setuptools
BuildRequires: python3-slimit
BuildRequires: python3-wheel
+BuildRequires: strip-nondeterminism
BuildRequires: update-desktop-files
Requires: python3-Mako
Requires: python3-Pillow
@@ -102,6 +103,7 @@
%install
%py3_install
+strip-nondeterminism -t zip %{buildroot}%{python3_sitelib}/%{name}/plugins/*.egg
install -D -m 644 packaging/systemd/deluged.service %{buildroot}%{_userunitdir}/deluged.service
install -D -m 644 packaging/systemd/deluge-web.service %{buildroot}%{_userunitdir}/deluge-web.service
%fdupes %{buildroot}%{python3_sitelib}/
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package datovka for openSUSE:Factory checked in at 2024-01-29 22:33:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/datovka (Old)
and /work/SRC/openSUSE:Factory/.datovka.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "datovka"
Mon Jan 29 22:33:07 2024 rev:44 rq:1142257 version:4.23.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/datovka/datovka.changes 2023-12-04 23:02:28.713759248 +0100
+++ /work/SRC/openSUSE:Factory/.datovka.new.1815/datovka.changes 2024-01-29 22:34:07.584543847 +0100
@@ -1,0 +2,19 @@
+Mon Jan 8 22:08:01 UTC 2024 - Andreas Stieger <andreas.stieger(a)gmx.de>
+
+- Update to 4.23.3:
+ * Fixed drag&drop on attachment list in send message dialogue
+- 4.23.2:
+ * Showing progress of attachment uploads and message sending in
+ the send message dialogue
+ * Fixed send message dialogue layout where the tab widget wasn't
+ vertically expanding.
+ * Fixed colours of some labels in the send message dialogue which
+ have been illegible in dark mode.
+ * Enabled sending of high-volume data messages
+- 4.23.1:
+ * Fixed the CLI get-msg command when messages failed to download
+ with freshly created databases.
+ * Changed all references of the term 'account' in the UI into
+ 'data box'
+
+-------------------------------------------------------------------
Old:
----
datovka-4.23.0.tar.xz
datovka-4.23.0.tar.xz.sha256
New:
----
datovka-4.23.3.tar.xz
datovka-4.23.3.tar.xz.sha256
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ datovka.spec ++++++
--- /var/tmp/diff_new_pack.vHVmA9/_old 2024-01-29 22:34:08.064561221 +0100
+++ /var/tmp/diff_new_pack.vHVmA9/_new 2024-01-29 22:34:08.064561221 +0100
@@ -1,7 +1,7 @@
#
# spec file for package datovka
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,9 +25,8 @@
%define qt_version_full 5.4.1
%define lrelease lrelease-qt5
%endif
-
Name: datovka
-Version: 4.23.0
+Version: 4.23.3
Release: 0
Summary: Library to access Czech eGov system "Datove schranky"
License: GPL-3.0-or-later
@@ -37,11 +36,6 @@
Source1: https://secure.nic.cz/files/datove_schranky/%{version}/%{name}-%{version}.t…
# PATCH-FIX-UPSTREAM: remove some issues with current .pro file
Patch0: datovka-fix-pro.patch
-%if 0%{qt_version} == 6
-BuildRequires: qt6-tools-linguist
-%else
-BuildRequires: libqt5-linguist
-%endif
BuildRequires: openssl-devel
BuildRequires: pkgconfig
BuildRequires: cmake(Qt%{qt_version}Core) >= %{qt_version_full}
@@ -53,16 +47,21 @@
BuildRequires: cmake(Qt%{qt_version}WebSockets) >= %{qt_version_full}
BuildRequires: cmake(Qt%{qt_version}Widgets) >= %{qt_version_full}
BuildRequires: cmake(QuaZip-Qt%{qt_version})
-BuildRequires: pkgconfig(libdatovka) >= 0.1.2
+BuildRequires: pkgconfig(libdatovka) >= 0.6.0
+Recommends: %{name}-lang
+# Included inside with different approach
+Obsoletes: python-dslib
+%if 0%{qt_version} == 6
+BuildRequires: qt6-tools-linguist
+%else
+BuildRequires: libqt5-linguist
+%endif
%if 0%{qt_version} == 6
BuildRequires: cmake(Qt6Core5Compat) >= %{qt_version_full}
Requires: qt6-sql-sqlite
%else
Requires: libqt5-sql-sqlite
%endif
-Recommends: %{name}-lang
-# Included inside with different approach
-Obsoletes: python-dslib
%if 0%{?suse_version} < 1330
Requires(post): hicolor-icon-theme
Requires(post): update-desktop-files
@@ -88,8 +87,8 @@
export CXXFLAGS="%{optflags}"
%{lrelease} datovka.pro
%if 0%{qt_version} == 6
-%qmake6 PREFIX=%{_prefix} DISABLE_VERSION_CHECK_BY_DEFAULT=1
-%qmake6_build
+%{qmake6} PREFIX=%{_prefix} DISABLE_VERSION_CHECK_BY_DEFAULT=1
+%{qmake6_build}
%else
%qmake5 PREFIX=%{_prefix} DISABLE_VERSION_CHECK_BY_DEFAULT=1
%make_jobs
@@ -97,7 +96,7 @@
%install
%if 0%{qt_version} == 6
-%qmake6_install
+%{qmake6_install}
%else
%qmake5_install
%endif
++++++ datovka-4.23.0.tar.xz -> datovka-4.23.3.tar.xz ++++++
++++ 11300 lines of diff (skipped)
++++++ datovka-4.23.0.tar.xz.sha256 -> datovka-4.23.3.tar.xz.sha256 ++++++
--- /work/SRC/openSUSE:Factory/datovka/datovka-4.23.0.tar.xz.sha256 2023-12-04 23:02:28.393747464 +0100
+++ /work/SRC/openSUSE:Factory/.datovka.new.1815/datovka-4.23.3.tar.xz.sha256 2024-01-29 22:34:07.556542834 +0100
@@ -1 +1 @@
-dc8fbed22a2d4734156652daf2dd43c0828a180a27b0bda34682dded06e3bf67
+8026b44700d7ef5d54a3087cedc50778abce7635b41161802c8ead774f67c6c4
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package vips for openSUSE:Factory checked in at 2024-01-29 22:32:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vips (Old)
and /work/SRC/openSUSE:Factory/.vips.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vips"
Mon Jan 29 22:32:59 2024 rev:50 rq:1142246 version:8.15.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/vips/vips.changes 2023-12-21 23:39:58.245511130 +0100
+++ /work/SRC/openSUSE:Factory/.vips.new.1815/vips.changes 2024-01-29 22:33:57.920194059 +0100
@@ -1,0 +2,23 @@
+Sun Jan 28 20:44:04 UTC 2024 - Marcus Rueckert <mrueckert(a)suse.de>
+
+- Update to version 8.15.1:
+ - reduceh: fix Highway path on SSE2 [DarthSim]
+ - fix JPEG in TIFF colourspace for Q >= 90 [heman1-test]
+ - fix build with upcoming libjxl 0.9 [kleisauke]
+ - jxlsave: lower min effort value to 1 [DarthSim]
+ - fix build without libjpeg [ionenwks]
+ - fix vips7 plugin load [jcupitt]
+ - allow ".jfif" as a suffix for jpegsave [casperbrike]
+ - don't let the magick sniffer hijack TIFF [kleisauke]
+ - ignore BLOCKED classes in foreign map [jcupitt]
+ - add locks to fftw3 calls [akash-akya]
+- drop f0ed595021786f70dbcb145abbe8301e8a2fb331.patch
+
+-------------------------------------------------------------------
+Thu Jan 18 17:17:53 UTC 2024 - Marcus Rueckert <mrueckert(a)suse.de>
+
+- Fix building with jxl 0.9
+ can be removed in 8.15.1
+ https://github.com/libvips/libvips/commit/f0ed595021786f70dbcb145abbe8301e8…
+
+-------------------------------------------------------------------
Old:
----
vips-8.15.0.tar.xz
New:
----
vips-8.15.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ vips.spec ++++++
--- /var/tmp/diff_new_pack.7u9zTZ/_old 2024-01-29 22:33:58.588218237 +0100
+++ /var/tmp/diff_new_pack.7u9zTZ/_new 2024-01-29 22:33:58.592218382 +0100
@@ -1,7 +1,7 @@
#
# spec file for package vips
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,13 +23,14 @@
%define short_version_ 8.0
%define somajor 42
Name: vips
-Version: 8.15.0
+Version: 8.15.1
Release: 0
Summary: C/C++ library for processing large images
License: LGPL-2.1-only
Group: Development/Libraries/C and C++
URL: https://www.libvips.org/
Source0: https://github.com/libvips/libvips/releases/download/v%{version}/%{name}-%{…
+# Based on https://github.com/libvips/libvips/commit/f0ed595021786f70dbcb145abbe8301e8… with the Changelog chunk removed
BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: gcc-c++
@@ -136,7 +137,7 @@
formats.
%prep
-%autosetup
+%autosetup -p1
%build
%meson \
++++++ vips-8.15.0.tar.xz -> vips-8.15.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/vips/vips-8.15.0.tar.xz /work/SRC/openSUSE:Factory/.vips.new.1815/vips-8.15.1.tar.xz differ: char 26, line 1
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package geeqie for openSUSE:Factory checked in at 2024-01-29 22:32:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/geeqie (Old)
and /work/SRC/openSUSE:Factory/.geeqie.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "geeqie"
Mon Jan 29 22:32:53 2024 rev:32 rq:1142242 version:2.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/geeqie/geeqie.changes 2023-07-06 18:28:53.551226647 +0200
+++ /work/SRC/openSUSE:Factory/.geeqie.new.1815/geeqie.changes 2024-01-29 22:33:29.831177413 +0100
@@ -1,0 +2,20 @@
+Fri Jan 26 09:42:15 UTC 2024 - Marcel Kuehlhorn <tux93(a)opensuse.org>
+
+- Update to version 2.2:
+ + Enhanced debug output with -Ddevel=enabled option
+ + Modify Collections user interface
+ + Remote keyboard actions
+ + Allow .desktop files to be linked to programmable mouse buttons
+ + Option to show-hide selectable bars
+ + On exit additional check for multiple windows open
+ + Plugin to resize an image
+ + Include a separator as a toolbar option
+ + Change all .desktop files to RDNS style
+ + GTK "Open With" feature menu option
+ + Reduce the height of toolbars
+ + Option to select "hamburger" menu style
+ + More progress in GTK4 migration
+ + Many bug fixes
+- Remove exiv_0-28.patch, it's part of the release
+
+-------------------------------------------------------------------
Old:
----
exiv_0-28.patch
geeqie-2.1.tar.xz
geeqie-2.1.tar.xz.asc
New:
----
geeqie-2.2.tar.xz
geeqie-2.2.tar.xz.asc
BETA DEBUG BEGIN:
Old: + Many bug fixes
- Remove exiv_0-28.patch, it's part of the release
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ geeqie.spec ++++++
--- /var/tmp/diff_new_pack.MpfkFI/_old 2024-01-29 22:33:30.383197392 +0100
+++ /var/tmp/diff_new_pack.MpfkFI/_new 2024-01-29 22:33:30.383197392 +0100
@@ -1,7 +1,7 @@
#
# spec file for package geeqie
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: geeqie
-Version: 2.1
+Version: 2.2
Release: 0
Summary: Lightweight Gtk+ based image viewer
License: GPL-2.0-or-later
@@ -26,8 +26,6 @@
Source0: https://github.com/BestImageViewer/%{name}/releases/download/v%{version}/%{…
Source1: https://github.com/BestImageViewer/%{name}/releases/download/v%{version}/%{…
Source2: geeqie.keyring
-# PATCH-FIX-UPSTREAM exiv_0-28.patch Fix an Issue with exiv2 0.28
-Patch0: exiv_0-28.patch
BuildRequires: c++_compiler
BuildRequires: docbook_4
BuildRequires: doxygen
@@ -59,7 +57,7 @@
BuildRequires: pkgconfig(lua5.3)
BuildRequires: pkgconfig(poppler-glib) >= 0.62
Requires(post): update-desktop-files
-Requires(postun):update-desktop-files
+Requires(postun): update-desktop-files
%description
Geeqie is a lightweight image viewer for Linux, BSDs and compatibles.
@@ -79,7 +77,7 @@
%install
%meson_install
%find_lang %{name} %{?no_lang_C}
-%suse_update_desktop_file %{name}
+%suse_update_desktop_file org.geeqie.Geeqie
%fdupes %{buildroot}/%{_prefix}
# Already in the license directory
@@ -90,7 +88,7 @@
%doc NEWS TODO README.md
%doc %{_docdir}/%{name}/html
%{_bindir}/geeqie
-%{_datadir}/applications/geeqie.desktop
+%{_datadir}/applications/org.geeqie.Geeqie.desktop
%{_datadir}/icons/hicolor/scalable/apps/geeqie.svg
%{_datadir}/geeqie/
%{_datadir}/pixmaps/geeqie.png
++++++ geeqie-2.1.tar.xz -> geeqie-2.2.tar.xz ++++++
++++ 430534 lines of diff (skipped)
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rekor for openSUSE:Factory checked in at 2024-01-29 22:32:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rekor (Old)
and /work/SRC/openSUSE:Factory/.rekor.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rekor"
Mon Jan 29 22:32:47 2024 rev:20 rq:1142230 version:1.3.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/rekor/rekor.changes 2023-11-24 23:36:11.858546483 +0100
+++ /work/SRC/openSUSE:Factory/.rekor.new.1815/rekor.changes 2024-01-29 22:33:10.258469005 +0100
@@ -1,0 +2,13 @@
+Sun Jan 28 18:45:08 UTC 2024 - Dirk Müller <dmueller(a)suse.com>
+
+- update to 1.3.4:
+ * add mysql indexstorage backend
+ * add s3 storage for attestations
+ * fix: Do not check for pubsub.topics.get on initialization
+ * fix optional field in cose schema
+ * Update ranges.go
+ * update indexstorage interface to reduce roundtrips
+ * use a single validator library in rekor-cli
+ * Remove go-playground/validator dependency from pkg/pki
+
+-------------------------------------------------------------------
Old:
----
rekor-1.3.3.tar.gz
vendor.tar.xz
New:
----
_service
rekor-1.3.4.tar.gz
vendor.tar.zst
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rekor.spec ++++++
--- /var/tmp/diff_new_pack.69Wms0/_old 2024-01-29 22:33:20.198828783 +0100
+++ /var/tmp/diff_new_pack.69Wms0/_new 2024-01-29 22:33:20.198828783 +0100
@@ -1,7 +1,7 @@
#
# spec file for package rekor
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,18 +19,18 @@
%define apps cli server
Name: rekor
-Version: 1.3.3
+Version: 1.3.4
Release: 0
-%define revision 2ea1ef00f03b493ace47b1f26a8bfd4ab3b17fe9
+%define revision 5072901241fc6370a78457219e7aa2da490f399f
Summary: Supply Chain Transparency Log
License: Apache-2.0
URL: https://github.com/sigstore/rekor
Source: https://github.com/sigstore/rekor/archive/refs/tags/v%{version}.tar.gz#/%{n…
-Source1: vendor.tar.xz
+Source1: vendor.tar.zst
Source2: rekor-zypper-verify.sh
BuildRequires: golang-packaging
+BuildRequires: zstd
BuildRequires: golang(API)
-%{go_nostrip}
%description
Rekor's goals are to provide an immutable tamper resistant ledger of metadata generated within a software projects supply chain. Rekor will enable software maintainers and build systems to record signed metadata to an immutable record. Other parties can then query said metadata to enable them to make informed decisions on trust and non-repudiation of an object's lifecycle. For more details visit the sigstore website
@@ -46,9 +46,9 @@
DATE_FMT="+%%Y-%%m-%%dT%%H:%%M:%%SZ"
BUILD_DATE=$(date -u -d "@${SOURCE_DATE_EPOCH}" "${DATE_FMT}" 2>/dev/null || date -u -r "${SOURCE_DATE_EPOCH}" "${DATE_FMT}" 2>/dev/null || date -u "${DATE_FMT}")
for app in %{apps} ; do
-CLI_PKG=github.com/sigstore/rekor/cmd/rekor-${app}/app
+CLI_PKG=sigs.k8s.io/release-utils/version
CLI_LDFLAGS="-X ${CLI_PKG}.gitVersion=%{version} -X ${CLI_PKG}.gitCommit=%{revision} -X ${CLI_PKG}.gitTreeState=release -X ${CLI_PKG}.buildDate=${BUILD_DATE}"
-go build -mod=vendor -buildmode=pie -ldflags "${CLI_LDFLAGS}" ./cmd/rekor-${app}
+go build -mod=vendor -trimpath -buildmode=pie -ldflags "${CLI_LDFLAGS}" ./cmd/rekor-${app}
./rekor-${app} version
done
++++++ _service ++++++
<services>
<service name="go_modules" mode="manual">
<param name="compression">zst</param>
</service>
</services>
++++++ rekor-1.3.3.tar.gz -> rekor-1.3.4.tar.gz ++++++
++++ 4435 lines of diff (skipped)
1
0