commit python-opentelemetry-api for openSUSE:Factory

2020-04-16 Thread root
Hello community,

here is the log from the commit of package python-opentelemetry-api for 
openSUSE:Factory checked in at 2020-04-16 23:01:37

Comparing /work/SRC/openSUSE:Factory/python-opentelemetry-api (Old)
 and  /work/SRC/openSUSE:Factory/.python-opentelemetry-api.new.2738 (New)


Package is "python-opentelemetry-api"

Thu Apr 16 23:01:37 2020 rev:3 rq:794251 version:0.6b0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-opentelemetry-api/python-opentelemetry-api.changes
2020-03-27 22:01:57.262955284 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-opentelemetry-api.new.2738/python-opentelemetry-api.changes
  2020-04-16 23:02:05.947620679 +0200
@@ -1,0 +2,9 @@
+Wed Apr 15 14:03:21 UTC 2020 - pgaj...@suse.com
+
+- version update to 0.6b0
+  * Add support for lazy events and links (#474)
+  * Metrics API no longer uses LabelSet (#527)
+  * Adding is_remote flag to SpanContext, indicating when a span is remote 
(#516)
+  * Allow digit as first char in vendor specific trace state key (#511)
+
+---

Old:

  opentelemetry-api-0.5b0.tar.gz

New:

  opentelemetry-api-0.6b0.tar.gz
  tests.tar.bz2



Other differences:
--
++ python-opentelemetry-api.spec ++
--- /var/tmp/diff_new_pack.LWdjDs/_old  2020-04-16 23:02:07.887622141 +0200
+++ /var/tmp/diff_new_pack.LWdjDs/_new  2020-04-16 23:02:07.887622141 +0200
@@ -19,25 +19,31 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-opentelemetry-api
-Version:0.5b0
+Version:0.6b0
 Release:0
 Summary:OpenTelemetry Python API
 License:Apache-2.0
 URL:
https://github.com/open-telemetry/opentelemetry-python/tree/master/opentelemetry-api
 Source: 
https://files.pythonhosted.org/packages/source/o/opentelemetry-api/opentelemetry-api-%{version}.tar.gz
+# https://github.com/open-telemetry/opentelemetry-python/pull/557
+Source98:   tests.tar.bz2
 # https://github.com/open-telemetry/opentelemetry-python/issues/473
 Source99:   
https://raw.githubusercontent.com/open-telemetry/opentelemetry-python/master/LICENSE
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:  noarch
+Requires:   python-setuptools
+# SECTION test requirements
+BuildRequires:  %{python_module pytest}
+# /SECTION
 %python_subpackages
 
 %description
 OpenTelemetry Python API
 
 %prep
-%setup -q -n opentelemetry-api-%{version}
+%setup -q -n opentelemetry-api-%{version} -a98
 cp %{SOURCE99} .
 
 %build
@@ -47,6 +53,12 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+# test_environment_variables and test_getattr erroring,
+# let us see whether they got fixed via github PR referenced
+# above (in next version)
+%pytest -k 'not (test_getattr or test_environment_variables)'
+
 %files %{python_files}
 %doc README.rst
 %license LICENSE

++ opentelemetry-api-0.5b0.tar.gz -> opentelemetry-api-0.6b0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/opentelemetry-api-0.5b0/PKG-INFO 
new/opentelemetry-api-0.6b0/PKG-INFO
--- old/opentelemetry-api-0.5b0/PKG-INFO2020-03-17 00:13:34.0 
+0100
+++ new/opentelemetry-api-0.6b0/PKG-INFO2020-03-31 07:23:45.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: opentelemetry-api
-Version: 0.5b0
+Version: 0.6b0
 Summary: OpenTelemetry Python API
 Home-page: 
https://github.com/open-telemetry/opentelemetry-python/tree/master/opentelemetry-api
 Author: OpenTelemetry Authors
@@ -27,7 +27,7 @@
 * `OpenTelemetry Project `_
 
 Platform: UNKNOWN
-Classifier: Development Status :: 3 - Alpha
+Classifier: Development Status :: 4 - Beta
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: Apache Software License
 Classifier: Programming Language :: Python
@@ -36,4 +36,5 @@
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
 Description-Content-Type: text/x-rst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/opentelemetry-api-0.5b0/setup.py 
new/opentelemetry-api-0.6b0/setup.py
--- old/opentelemetry-api-0.5b0/setup.py2020-03-17 00:12:29.0 
+0100
+++ new/opentelemetry-api-0.6b0/setup.py2020-03-31 07:22:45.0 
+0200
@@ -1,4 +1,4 @@
-# Copyright 2019, OpenTelemetry Authors
+# Copyright The OpenTelemetry Authors
 #
 # Licensed under the 

commit python-opentelemetry-api for openSUSE:Factory

2020-03-27 Thread root
Hello community,

here is the log from the commit of package python-opentelemetry-api for 
openSUSE:Factory checked in at 2020-03-27 22:01:55

Comparing /work/SRC/openSUSE:Factory/python-opentelemetry-api (Old)
 and  /work/SRC/openSUSE:Factory/.python-opentelemetry-api.new.3160 (New)


Package is "python-opentelemetry-api"

Fri Mar 27 22:01:55 2020 rev:2 rq:789081 version:0.5b0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-opentelemetry-api/python-opentelemetry-api.changes
2020-03-11 18:51:31.875572531 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-opentelemetry-api.new.3160/python-opentelemetry-api.changes
  2020-03-27 22:01:57.262955284 +0100
@@ -1,0 +2,9 @@
+Fri Mar 27 14:01:45 UTC 2020 - pgaj...@suse.com
+
+- version update to 0.5b0
+  * W3C Correlation Context Propagation
+  * OpenTelemetry Collector Exporter Integration for both metrics and traces
+  * Metrics SDK
+  * Global configuration module
+
+---

Old:

  opentelemetry-api-0.4a1.tar.gz

New:

  opentelemetry-api-0.5b0.tar.gz



Other differences:
--
++ python-opentelemetry-api.spec ++
--- /var/tmp/diff_new_pack.YbfiJn/_old  2020-03-27 22:01:59.098956352 +0100
+++ /var/tmp/diff_new_pack.YbfiJn/_new  2020-03-27 22:01:59.102956354 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-opentelemetry-api
-Version:0.4a1
+Version:0.5b0
 Release:0
 Summary:OpenTelemetry Python API
 License:Apache-2.0

++ opentelemetry-api-0.4a1.tar.gz -> opentelemetry-api-0.5b0.tar.gz ++
 3039 lines of diff (skipped)