Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-rpcq for openSUSE:Factory 
checked in at 2021-01-30 13:56:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rpcq (Old)
 and      /work/SRC/openSUSE:Factory/.python-rpcq.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-rpcq"

Sat Jan 30 13:56:42 2021 rev:4 rq:867799 version:3.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rpcq/python-rpcq.changes  2021-01-19 
16:03:16.811478261 +0100
+++ /work/SRC/openSUSE:Factory/.python-rpcq.new.28504/python-rpcq.changes       
2021-01-30 13:57:47.274399132 +0100
@@ -1,0 +2,6 @@
+Fri Jan 29 10:25:51 UTC 2021 - andy great <andythe_gr...@pm.me>
+
+- Update to version 3.8.0.
+  * No changelog given. 
+
+-------------------------------------------------------------------

Old:
----
  rpcq-3.7.0.tar.gz

New:
----
  rpcq-3.8.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-rpcq.spec ++++++
--- /var/tmp/diff_new_pack.7lesOQ/_old  2021-01-30 13:57:47.846400096 +0100
+++ /var/tmp/diff_new_pack.7lesOQ/_new  2021-01-30 13:57:47.850400102 +0100
@@ -20,7 +20,7 @@
 %define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-rpcq
-Version:        3.7.0
+Version:        3.8.0
 Release:        0
 Summary:        The RPC framework and message specification for Rigetti QCS
 License:        Apache-2.0

++++++ rpcq-3.7.0.tar.gz -> rpcq-3.8.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpcq-3.7.0/VERSION.txt new/rpcq-3.8.0/VERSION.txt
--- old/rpcq-3.7.0/VERSION.txt  2020-12-29 21:08:50.000000000 +0100
+++ new/rpcq-3.8.0/VERSION.txt  2021-01-28 20:39:23.000000000 +0100
@@ -1 +1 @@
-3.7.0
+3.8.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpcq-3.7.0/rpcq/core_messages.py 
new/rpcq-3.8.0/rpcq/core_messages.py
--- old/rpcq-3.7.0/rpcq/core_messages.py        2020-12-29 21:08:50.000000000 
+0100
+++ new/rpcq-3.8.0/rpcq/core_messages.py        2021-01-28 20:39:23.000000000 
+0100
@@ -132,7 +132,7 @@
     fwhm: Optional[float] = None
     """Full Width Half Max shape paramter in seconds"""
 
-    t0: float = None
+    t0: float = 0.0e+0
     """Center time coordinate of the shape in seconds. Defaults to mid-point 
of pulse."""
 
     anh: float = -2.1e+8
@@ -513,7 +513,7 @@
     """
 
     port: int
-    """The physical Tsunami MNIO port, indexed from 0,
+    """The physical Tsunami MNIO port, indexed from 0, 
           where this connection originates."""
 
     destination: str
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpcq-3.7.0/rpcq/messages.py 
new/rpcq-3.8.0/rpcq/messages.py
--- old/rpcq-3.7.0/rpcq/messages.py     2020-12-29 21:08:50.000000000 +0100
+++ new/rpcq-3.8.0/rpcq/messages.py     2021-01-28 20:39:23.000000000 +0100
@@ -22,7 +22,7 @@
     Specification of a dynamic parameter type and array-length.
     """
 
-    type: str = None
+    type: str = ""
     """The parameter type, e.g., one of 'INTEGER', or 'FLOAT'."""
 
     length: int = 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpcq-3.7.0/rpcq/test/test_spec.py 
new/rpcq-3.8.0/rpcq/test/test_spec.py
--- old/rpcq-3.7.0/rpcq/test/test_spec.py       2020-12-29 21:08:50.000000000 
+0100
+++ new/rpcq-3.8.0/rpcq/test/test_spec.py       2021-01-28 20:39:23.000000000 
+0100
@@ -30,7 +30,7 @@
         self.num = num
 
     async def add(self, *args):
-        asyncio.sleep(0.1)
+        await asyncio.sleep(0.1)
         return sum(args) + self.num
 
     def blocking_add(self, *args):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpcq-3.7.0/src/core-messages.lisp 
new/rpcq-3.8.0/src/core-messages.lisp
--- old/rpcq-3.7.0/src/core-messages.lisp       2020-12-29 21:08:50.000000000 
+0100
+++ new/rpcq-3.8.0/src/core-messages.lisp       2021-01-28 20:39:23.000000000 
+0100
@@ -158,7 +158,7 @@
     :documentation "Center time coordinate of the shape in seconds. Defaults 
to mid-point of pulse."
     :type :float
     :required t
-    :default nil)
+    :default 0.0)
 
    (|anh|
     :documentation "Anharmonicity of the qubit, f01-f12 in Hz"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpcq-3.7.0/src/messages.lisp 
new/rpcq-3.8.0/src/messages.lisp
--- old/rpcq-3.7.0/src/messages.lisp    2020-12-29 21:08:50.000000000 +0100
+++ new/rpcq-3.8.0/src/messages.lisp    2021-01-28 20:39:23.000000000 +0100
@@ -23,7 +23,7 @@
       :documentation "The parameter type, e.g., one of 'INTEGER', or 'FLOAT'."
       :type :string
       :required t
-      :default nil)
+      :default "")
 
      (|length|
       :documentation "If this is not 1, the parameter is an array of this 
length."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpcq-3.7.0/src/rpcq.lisp new/rpcq-3.8.0/src/rpcq.lisp
--- old/rpcq-3.7.0/src/rpcq.lisp        2020-12-29 21:08:50.000000000 +0100
+++ new/rpcq-3.8.0/src/rpcq.lisp        2021-01-28 20:39:23.000000000 +0100
@@ -243,7 +243,6 @@
                                  ;; accept a string as the default value for a 
bytes object
                                  (to-octets default)
                                  (coerce default basic-type)))))
-
        (if required
            (values basic-type coerced-default)
 
@@ -253,8 +252,8 @@
     ;; handle defined message types
     ((symbolp field-type)
      (if required
-         (values `(or null ,field-type) default)
-         (values field-type default)))
+         (values field-type default)
+         (values `(or null ,field-type) default)))
 
     ;; handle lists
     ((eq ':list (car field-type))

Reply via email to