Bug 1839480 - Review Request: python-opentelemetry - The OpenTelemetry Python client
Summary: Review Request: python-opentelemetry - The OpenTelemetry Python client
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Fabian Affolter
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 1839473 1839479
Blocks: 1830659 1834085
TreeView+ depends on / blocked
 
Reported: 2020-05-24 09:59 UTC by Mohamed El Morabity
Modified: 2020-07-02 01:11 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-07-02 01:11:23 UTC
Type: ---
Embargoed:
mail: fedora-review+


Attachments (Terms of Use)

Comment 1 Mohamed El Morabity 2020-06-17 22:51:57 UTC
Update to 0.8.0:

Spec URL: https://download.copr.fedorainfracloud.org/results/melmorabity/python-azure-sdk-5/fedora-rawhide-x86_64/01477220-python-opentelemetry/python-opentelemetry.spec
SRPM URL: https://download.copr.fedorainfracloud.org/results/melmorabity/python-azure-sdk-5/fedora-rawhide-x86_64/01477220-python-opentelemetry/python-opentelemetry-0.8.0-1.fc33.src.rpm

Note: this is not the latest release available (0.9.0), which strictly requires gprc >= 1.27. Only gcpr 1.26 is available at the moment in Fedora (Rawhide and stable releases).

Comment 2 Fabian Affolter 2020-06-18 07:12:58 UTC
Could you please check if the bundling of fonts can be avoided or is a false-positive?

Please fix that before importing.



Otherwise looks good to me, Package APPROVED.



Package Review
==============

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[ ] = Manual review needed


Issues:
=======
- Package must not depend on deprecated() packages.
  Note: python3-pytest4 is deprecated, you must not depend on it.
  See: https://docs.fedoraproject.org/en-US/packaging-
  guidelines/deprecating-packages/
  -> fedora-review issue https://pagure.io/FedoraReview/issue/392

===== MUST items =====

Generic:
[x]: Package is licensed with an open-source compatible license and meets
     other legal requirements as defined in the legal section of Packaging
     Guidelines.
[x]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses
     found: "Unknown or generated", "*No copyright* Apache License (v2.0)",
     "Apache License (v2.0)". 189 files have unknown license. Detailed
     output of licensecheck in
     /home/fab/Documents/repos/reviews/1839480-python-
     opentelemetry/licensecheck.txt
[x]: License file installed when any subpackage combination is installed.
[x]: Package requires other packages for directories it uses.
     Note: No known owner of /usr/lib/python3.9/site-
     packages/opentelemetry/ext
[x]: Package must own all directories that it creates.
     Note: Directories without known owners: /usr/lib/python3.9/site-
     packages/opentelemetry/ext
[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[-]: Package contains desktop file if it is a GUI application.
[-]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: Package consistently uses macros (instead of hard-coded directory
     names).
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
[x]: Package obeys FHS, except libexecdir and /usr/target.
[-]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[x]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[-]: Package contains systemd file(s) if in need.
[x]: Package is not known to require an ExcludeArch tag.
[-]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 235520 bytes in 46 files.
[ ]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least
     one supported primary architecture.
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[x]: If (and only if) the source package includes the text of the
     license(s) in its own file, then that file, containing the text of the
     license(s) for the package is included in %license.
[x]: Package does not own files or directories owned by other packages.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Dist tag is present.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package use %makeinstall only when make install DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package does not use a name that already exists.
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as
     provided in the spec URL.
[x]: Spec file name must match the spec package %{name}, in the format
     %{name}.spec.
[x]: File names are valid UTF-8.
[x]: Packages must not store files under /srv, /opt or /usr/local

Python:
[x]: Python eggs must not download any dependencies during the build
     process.
[x]: A package which is used by another package via an egg interface should
     provide egg info.
[ ]: Package meets the Packaging Guidelines::Python
[x]: Package contains BR: python2-devel or python3-devel
[x]: Packages MUST NOT have dependencies (either build-time or runtime) on
     packages named with the unversioned python- prefix unless no properly
     versioned package exists. Dependencies on Python packages instead MUST
     use names beginning with python2- or python3- as appropriate.
[x]: Python packages must not contain %{pythonX_site(lib|arch)}/* in %files
[x]: Binary eggs must be removed in %prep

===== SHOULD items =====

Generic:
[!]: Avoid bundling fonts in non-fonts packages.
     Note: Package contains font files
[x]: If the source package does not include license text(s) as a separate
     file from upstream, the packager SHOULD query upstream to include it.
[x]: Final provides and requires are sane (see attachments).
[x]: Fully versioned dependency in subpackages if applicable.
     Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in
     python3-opentelemetry-api , python3-opentelemetry-auto-instrumentation
     , python3-opentelemetry-sdk , python3-opentelemetry-ext-aiohttp-client
     , python3-opentelemetry-ext-asgi , python3-opentelemetry-ext-dbapi ,
     python3-opentelemetry-ext-django , python3-opentelemetry-ext-flask ,
     python3-opentelemetry-ext-grpc , python3-opentelemetry-ext-jaeger ,
     python3-opentelemetry-ext-jinja2 , python3-opentelemetry-ext-mysql ,
     python3-opentelemetry-ext-opencensusexporter , python3-opentelemetry-
     ext-prometheus , python3-opentelemetry-ext-psycopg2 ,
     python3-opentelemetry-ext-pymongo , python3-opentelemetry-ext-pymysql
     , python3-opentelemetry-ext-redis , python3-opentelemetry-ext-requests
     , python3-opentelemetry-ext-sqlalchemy , python3-opentelemetry-ext-
     sqlite3 , python3-opentelemetry-ext-wsgi , python3-opentelemetry-ext-
     zipkin
[x]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[-]: Patches link to upstream bugs/comments/lists or are otherwise
     justified.
[-]: Sources are verified with gpgverify first in %prep if upstream
     publishes signatures.
     Note: gpgverify is not used.
[-]: Description and summary sections in the package spec file contains
     translations for supported Non-English languages, if available.
[x]: Package should compile and build into binary rpms on all supported
     architectures.
[-]: %check is present and all tests pass.
[x]: Packages should try to preserve timestamps of original installed
     files.
[x]: Reviewer should test that the package builds in mock.
[x]: Buildroot is not present
[x]: Package has no %clean section with rm -rf %{buildroot} (or
     $RPM_BUILD_ROOT)
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Sources can be downloaded from URI in Source: tag
[x]: SourceX is a working URL.
[x]: Spec use %global instead of %define unless justified.

===== EXTRA items =====

Generic:
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
Checking: python3-opentelemetry-api-0.8.0-1.fc33.noarch.rpm
          python3-opentelemetry-auto-instrumentation-0.8.0-1.fc33.noarch.rpm
          python3-opentelemetry-sdk-0.8.0-1.fc33.noarch.rpm
          python3-opentelemetry-ext-aiohttp-client-0.8.0-1.fc33.noarch.rpm
          python3-opentelemetry-ext-asgi-0.8.0-1.fc33.noarch.rpm
          python3-opentelemetry-ext-dbapi-0.8.0-1.fc33.noarch.rpm
          python3-opentelemetry-ext-django-0.8.0-1.fc33.noarch.rpm
          python3-opentelemetry-ext-flask-0.8.0-1.fc33.noarch.rpm
          python3-opentelemetry-ext-grpc-0.8.0-1.fc33.noarch.rpm
          python3-opentelemetry-ext-jaeger-0.8.0-1.fc33.noarch.rpm
          python3-opentelemetry-ext-jinja2-0.8.0-1.fc33.noarch.rpm
          python3-opentelemetry-ext-mysql-0.8.0-1.fc33.noarch.rpm
          python3-opentelemetry-ext-opencensusexporter-0.8.0-1.fc33.noarch.rpm
          python3-opentelemetry-ext-prometheus-0.8.0-1.fc33.noarch.rpm
          python3-opentelemetry-ext-psycopg2-0.8.0-1.fc33.noarch.rpm
          python3-opentelemetry-ext-pymongo-0.8.0-1.fc33.noarch.rpm
          python3-opentelemetry-ext-pymysql-0.8.0-1.fc33.noarch.rpm
          python3-opentelemetry-ext-redis-0.8.0-1.fc33.noarch.rpm
          python3-opentelemetry-ext-requests-0.8.0-1.fc33.noarch.rpm
          python3-opentelemetry-ext-sqlalchemy-0.8.0-1.fc33.noarch.rpm
          python3-opentelemetry-ext-sqlite3-0.8.0-1.fc33.noarch.rpm
          python3-opentelemetry-ext-wsgi-0.8.0-1.fc33.noarch.rpm
          python3-opentelemetry-ext-zipkin-0.8.0-1.fc33.noarch.rpm
          python-opentelemetry-doc-0.8.0-1.fc33.noarch.rpm
          python-opentelemetry-0.8.0-1.fc33.src.rpm
python3-opentelemetry-api.noarch: E: zero-length /usr/lib/python3.9/site-packages/opentelemetry/configuration/py.typed
python3-opentelemetry-api.noarch: E: zero-length /usr/lib/python3.9/site-packages/opentelemetry/context/py.typed
python3-opentelemetry-api.noarch: E: zero-length /usr/lib/python3.9/site-packages/opentelemetry/distributedcontext/py.typed
python3-opentelemetry-api.noarch: E: zero-length /usr/lib/python3.9/site-packages/opentelemetry/metrics/py.typed
python3-opentelemetry-api.noarch: E: zero-length /usr/lib/python3.9/site-packages/opentelemetry/trace/py.typed
python3-opentelemetry-api.noarch: E: zero-length /usr/lib/python3.9/site-packages/opentelemetry/util/py.typed
python3-opentelemetry-auto-instrumentation.noarch: W: no-manual-page-for-binary opentelemetry-auto-instrumentation
python3-opentelemetry-auto-instrumentation.noarch: W: no-manual-page-for-binary opentelemetry-bootstrap
25 packages and 0 specfiles checked; 6 errors, 2 warnings.




Rpmlint (installed packages)
----------------------------
warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
python3-opentelemetry-ext-requests.noarch: W: invalid-url URL: https://github.com/open-telemetry/opentelemetry-python/ <urlopen error [Errno -2] Name or service not known>
warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
python3-opentelemetry-auto-instrumentation.noarch: W: invalid-url URL: https://github.com/open-telemetry/opentelemetry-python/ <urlopen error [Errno -2] Name or service not known>
python3-opentelemetry-auto-instrumentation.noarch: W: no-manual-page-for-binary opentelemetry-auto-instrumentation
python3-opentelemetry-auto-instrumentation.noarch: W: no-manual-page-for-binary opentelemetry-bootstrap
warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
python3-opentelemetry-ext-pymongo.noarch: W: invalid-url URL: https://github.com/open-telemetry/opentelemetry-python/ <urlopen error [Errno -2] Name or service not known>
warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
python3-opentelemetry-ext-aiohttp-client.noarch: W: invalid-url URL: https://github.com/open-telemetry/opentelemetry-python/ <urlopen error [Errno -2] Name or service not known>
warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
python3-opentelemetry-ext-dbapi.noarch: W: invalid-url URL: https://github.com/open-telemetry/opentelemetry-python/ <urlopen error [Errno -2] Name or service not known>
warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
python3-opentelemetry-ext-sqlite3.noarch: W: invalid-url URL: https://github.com/open-telemetry/opentelemetry-python/ <urlopen error [Errno -2] Name or service not known>
warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
python3-opentelemetry-ext-zipkin.noarch: W: invalid-url URL: https://github.com/open-telemetry/opentelemetry-python/ <urlopen error [Errno -2] Name or service not known>
warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
python3-opentelemetry-sdk.noarch: W: invalid-url URL: https://github.com/open-telemetry/opentelemetry-python/ <urlopen error [Errno -2] Name or service not known>
warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
python3-opentelemetry-ext-grpc.noarch: W: invalid-url URL: https://github.com/open-telemetry/opentelemetry-python/ <urlopen error [Errno -2] Name or service not known>
warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
python3-opentelemetry-ext-jinja2.noarch: W: invalid-url URL: https://github.com/open-telemetry/opentelemetry-python/ <urlopen error [Errno -2] Name or service not known>
warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
python3-opentelemetry-api.noarch: W: invalid-url URL: https://github.com/open-telemetry/opentelemetry-python/ <urlopen error [Errno -2] Name or service not known>
python3-opentelemetry-api.noarch: E: zero-length /usr/lib/python3.9/site-packages/opentelemetry/configuration/py.typed
python3-opentelemetry-api.noarch: E: zero-length /usr/lib/python3.9/site-packages/opentelemetry/context/py.typed
python3-opentelemetry-api.noarch: E: zero-length /usr/lib/python3.9/site-packages/opentelemetry/distributedcontext/py.typed
python3-opentelemetry-api.noarch: E: zero-length /usr/lib/python3.9/site-packages/opentelemetry/metrics/py.typed
python3-opentelemetry-api.noarch: E: zero-length /usr/lib/python3.9/site-packages/opentelemetry/trace/py.typed
python3-opentelemetry-api.noarch: E: zero-length /usr/lib/python3.9/site-packages/opentelemetry/util/py.typed
warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
python3-opentelemetry-ext-pymysql.noarch: W: invalid-url URL: https://github.com/open-telemetry/opentelemetry-python/ <urlopen error [Errno -2] Name or service not known>
warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
python3-opentelemetry-ext-prometheus.noarch: W: invalid-url URL: https://github.com/open-telemetry/opentelemetry-python/ <urlopen error [Errno -2] Name or service not known>
warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
python-opentelemetry-doc.noarch: W: invalid-url URL: https://github.com/open-telemetry/opentelemetry-python/ <urlopen error [Errno -2] Name or service not known>
warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
python3-opentelemetry-ext-flask.noarch: W: invalid-url URL: https://github.com/open-telemetry/opentelemetry-python/ <urlopen error [Errno -2] Name or service not known>
warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
python3-opentelemetry-ext-opencensusexporter.noarch: W: invalid-url URL: https://github.com/open-telemetry/opentelemetry-python/ <urlopen error [Errno -2] Name or service not known>
warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
python3-opentelemetry-ext-wsgi.noarch: W: invalid-url URL: https://github.com/open-telemetry/opentelemetry-python/ <urlopen error [Errno -2] Name or service not known>
warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
python3-opentelemetry-ext-psycopg2.noarch: W: invalid-url URL: https://github.com/open-telemetry/opentelemetry-python/ <urlopen error [Errno -2] Name or service not known>
warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
python3-opentelemetry-ext-jaeger.noarch: W: invalid-url URL: https://github.com/open-telemetry/opentelemetry-python/ <urlopen error [Errno -2] Name or service not known>
warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
python3-opentelemetry-ext-mysql.noarch: W: invalid-url URL: https://github.com/open-telemetry/opentelemetry-python/ <urlopen error [Errno -2] Name or service not known>
warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
python3-opentelemetry-ext-sqlalchemy.noarch: W: invalid-url URL: https://github.com/open-telemetry/opentelemetry-python/ <urlopen error [Errno -2] Name or service not known>
warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
python3-opentelemetry-ext-redis.noarch: W: invalid-url URL: https://github.com/open-telemetry/opentelemetry-python/ <urlopen error [Errno -2] Name or service not known>
warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
python3-opentelemetry-ext-asgi.noarch: W: invalid-url URL: https://github.com/open-telemetry/opentelemetry-python/ <urlopen error [Errno -2] Name or service not known>
warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
python3-opentelemetry-ext-django.noarch: W: invalid-url URL: https://github.com/open-telemetry/opentelemetry-python/ <urlopen error [Errno -2] Name or service not known>
24 packages and 0 specfiles checked; 6 errors, 26 warnings.



Source checksums
----------------
https://github.com/open-telemetry/opentelemetry-python//archive/v0.8.0/python-opentelemetry-0.8.0.tar.gz :
  CHECKSUM(SHA256) this package     : 8c870daf8c4ff54ee8bcb4d27e4d1e6fa5c9e703300f4a863fdd60142efa25b4
  CHECKSUM(SHA256) upstream package : 8c870daf8c4ff54ee8bcb4d27e4d1e6fa5c9e703300f4a863fdd60142efa25b4


Requires
--------
python3-opentelemetry-api (rpmlib, GLIBC filtered):
    python(abi)

python3-opentelemetry-auto-instrumentation (rpmlib, GLIBC filtered):
    /usr/bin/python3
    python(abi)
    python3.9dist(opentelemetry-api)
    python3.9dist(setuptools)

python3-opentelemetry-sdk (rpmlib, GLIBC filtered):
    python(abi)
    python3.9dist(opentelemetry-api)

python3-opentelemetry-ext-aiohttp-client (rpmlib, GLIBC filtered):
    (python3.9dist(aiohttp) >= 3 with python3.9dist(aiohttp) < 4)
    python(abi)
    python3.9dist(opentelemetry-api)

python3-opentelemetry-ext-asgi (rpmlib, GLIBC filtered):
    (python3.9dist(asgiref) >= 3 with python3.9dist(asgiref) < 4)
    python(abi)
    python3.9dist(opentelemetry-api)

python3-opentelemetry-ext-dbapi (rpmlib, GLIBC filtered):
    (python3.9dist(wrapt) < 2 with python3.9dist(wrapt) >= 1)
    python(abi)
    python3.9dist(opentelemetry-api)

python3-opentelemetry-ext-django (rpmlib, GLIBC filtered):
    python(abi)
    python3.9dist(django)
    python3.9dist(opentelemetry-api)
    python3.9dist(opentelemetry-auto-instrumentation)
    python3.9dist(opentelemetry-ext-wsgi)

python3-opentelemetry-ext-flask (rpmlib, GLIBC filtered):
    (python3.9dist(flask) >= 1 with python3.9dist(flask) < 2)
    python(abi)
    python3.9dist(opentelemetry-api)
    python3.9dist(opentelemetry-auto-instrumentation)
    python3.9dist(opentelemetry-ext-wsgi)

python3-opentelemetry-ext-grpc (rpmlib, GLIBC filtered):
    python(abi)
    python3.9dist(grpcio)
    python3.9dist(opentelemetry-api)

python3-opentelemetry-ext-jaeger (rpmlib, GLIBC filtered):
    python(abi)
    python3.9dist(opentelemetry-api)
    python3.9dist(opentelemetry-sdk)
    python3.9dist(thrift)

python3-opentelemetry-ext-jinja2 (rpmlib, GLIBC filtered):
    (python3.9dist(jinja2) >= 2.7 with python3.9dist(jinja2) < 3)
    (python3.9dist(wrapt) < 2 with python3.9dist(wrapt) >= 1)
    python(abi)
    python3.9dist(opentelemetry-api)
    python3.9dist(opentelemetry-auto-instrumentation)

python3-opentelemetry-ext-mysql (rpmlib, GLIBC filtered):
    (python3.9dist(mysql-connector-python) >= 8 with python3.9dist(mysql-connector-python) < 9)
    (python3.9dist(wrapt) < 2 with python3.9dist(wrapt) >= 1)
    python(abi)
    python3.9dist(opentelemetry-api)
    python3.9dist(opentelemetry-auto-instrumentation)
    python3.9dist(opentelemetry-ext-dbapi)

python3-opentelemetry-ext-opencensusexporter (rpmlib, GLIBC filtered):
    (python3.9dist(grpcio) < 2 with python3.9dist(grpcio) >= 1)
    (python3.9dist(opencensus-proto) < 1 with python3.9dist(opencensus-proto) >= 0.1)
    python(abi)
    python3.9dist(opentelemetry-api)
    python3.9dist(opentelemetry-sdk)
    python3.9dist(protobuf)

python3-opentelemetry-ext-prometheus (rpmlib, GLIBC filtered):
    (python3.9dist(prometheus-client) < 1 with python3.9dist(prometheus-client) >= 0.5)
    python(abi)
    python3.9dist(opentelemetry-api)
    python3.9dist(opentelemetry-sdk)

python3-opentelemetry-ext-psycopg2 (rpmlib, GLIBC filtered):
    (python3.9dist(wrapt) < 2 with python3.9dist(wrapt) >= 1)
    python(abi)
    python3.9dist(opentelemetry-api)
    python3.9dist(opentelemetry-auto-instrumentation)
    python3.9dist(opentelemetry-ext-dbapi)
    python3.9dist(psycopg2)

python3-opentelemetry-ext-pymongo (rpmlib, GLIBC filtered):
    (python3.9dist(pymongo) >= 3.1 with python3.9dist(pymongo) < 4)
    python(abi)
    python3.9dist(opentelemetry-api)
    python3.9dist(opentelemetry-auto-instrumentation)

python3-opentelemetry-ext-pymysql (rpmlib, GLIBC filtered):
    (python3.9dist(pymysql) >= 0.9.3 with python3.9dist(pymysql) < 0.10)
    python(abi)
    python3.9dist(opentelemetry-api)
    python3.9dist(opentelemetry-auto-instrumentation)
    python3.9dist(opentelemetry-ext-dbapi)

python3-opentelemetry-ext-redis (rpmlib, GLIBC filtered):
    python(abi)
    python3.9dist(opentelemetry-api)
    python3.9dist(opentelemetry-auto-instrumentation)
    python3.9dist(redis)
    python3.9dist(wrapt)

python3-opentelemetry-ext-requests (rpmlib, GLIBC filtered):
    (python3.9dist(requests) >= 2 with python3.9dist(requests) < 3)
    python(abi)
    python3.9dist(opentelemetry-api)
    python3.9dist(opentelemetry-auto-instrumentation)

python3-opentelemetry-ext-sqlalchemy (rpmlib, GLIBC filtered):
    python(abi)
    python3.9dist(opentelemetry-api)
    python3.9dist(opentelemetry-auto-instrumentation)
    python3.9dist(sqlalchemy)
    python3.9dist(wrapt)

python3-opentelemetry-ext-sqlite3 (rpmlib, GLIBC filtered):
    (python3.9dist(wrapt) < 2 with python3.9dist(wrapt) >= 1)
    python(abi)
    python3.9dist(opentelemetry-api)
    python3.9dist(opentelemetry-auto-instrumentation)
    python3.9dist(opentelemetry-ext-dbapi)

python3-opentelemetry-ext-wsgi (rpmlib, GLIBC filtered):
    python(abi)
    python3.9dist(opentelemetry-api)

python3-opentelemetry-ext-zipkin (rpmlib, GLIBC filtered):
    (python3.9dist(requests) >= 2.7 with python3.9dist(requests) < 3)
    python(abi)
    python3.9dist(opentelemetry-api)
    python3.9dist(opentelemetry-sdk)

python-opentelemetry-doc (rpmlib, GLIBC filtered):



Provides
--------
python3-opentelemetry-api:
    python-opentelemetry-api
    python3-opentelemetry-api
    python3.9-opentelemetry-api
    python3.9dist(opentelemetry-api)
    python3dist(opentelemetry-api)

python3-opentelemetry-auto-instrumentation:
    python-opentelemetry-auto-instrumentation
    python3-opentelemetry-auto-instrumentation
    python3.9-opentelemetry-auto-instrumentation
    python3.9dist(opentelemetry-auto-instrumentation)
    python3dist(opentelemetry-auto-instrumentation)

python3-opentelemetry-sdk:
    python-opentelemetry-sdk
    python3-opentelemetry-sdk
    python3.9-opentelemetry-sdk
    python3.9dist(opentelemetry-sdk)
    python3dist(opentelemetry-sdk)

python3-opentelemetry-ext-aiohttp-client:
    python-opentelemetry-ext-aiohttp-client
    python3-opentelemetry-ext-aiohttp-client
    python3.9-opentelemetry-ext-aiohttp-client
    python3.9dist(opentelemetry-ext-aiohttp-client)
    python3dist(opentelemetry-ext-aiohttp-client)

python3-opentelemetry-ext-asgi:
    python-opentelemetry-ext-asgi
    python3-opentelemetry-ext-asgi
    python3.9-opentelemetry-ext-asgi
    python3.9dist(opentelemetry-ext-asgi)
    python3dist(opentelemetry-ext-asgi)

python3-opentelemetry-ext-dbapi:
    python-opentelemetry-ext-dbapi
    python3-opentelemetry-ext-dbapi
    python3.9-opentelemetry-ext-dbapi
    python3.9dist(opentelemetry-ext-dbapi)
    python3dist(opentelemetry-ext-dbapi)

python3-opentelemetry-ext-django:
    python-opentelemetry-ext-django
    python3-opentelemetry-ext-django
    python3.9-opentelemetry-ext-django
    python3.9dist(opentelemetry-ext-django)
    python3dist(opentelemetry-ext-django)

python3-opentelemetry-ext-flask:
    python-opentelemetry-ext-flask
    python3-opentelemetry-ext-flask
    python3.9-opentelemetry-ext-flask
    python3.9dist(opentelemetry-ext-flask)
    python3dist(opentelemetry-ext-flask)

python3-opentelemetry-ext-grpc:
    python-opentelemetry-ext-grpc
    python3-opentelemetry-ext-grpc
    python3.9-opentelemetry-ext-grpc
    python3.9dist(opentelemetry-ext-grpc)
    python3dist(opentelemetry-ext-grpc)

python3-opentelemetry-ext-jaeger:
    python-opentelemetry-ext-jaeger
    python3-opentelemetry-ext-jaeger
    python3.9-opentelemetry-ext-jaeger
    python3.9dist(opentelemetry-ext-jaeger)
    python3dist(opentelemetry-ext-jaeger)

python3-opentelemetry-ext-jinja2:
    python-opentelemetry-ext-jinja2
    python3-opentelemetry-ext-jinja2
    python3.9-opentelemetry-ext-jinja2
    python3.9dist(opentelemetry-ext-jinja2)
    python3dist(opentelemetry-ext-jinja2)

python3-opentelemetry-ext-mysql:
    python-opentelemetry-ext-mysql
    python3-opentelemetry-ext-mysql
    python3.9-opentelemetry-ext-mysql
    python3.9dist(opentelemetry-ext-mysql)
    python3dist(opentelemetry-ext-mysql)

python3-opentelemetry-ext-opencensusexporter:
    python-opentelemetry-ext-opencensusexporter
    python3-opentelemetry-ext-opencensusexporter
    python3.9-opentelemetry-ext-opencensusexporter
    python3.9dist(opentelemetry-ext-opencensusexporter)
    python3dist(opentelemetry-ext-opencensusexporter)

python3-opentelemetry-ext-prometheus:
    python-opentelemetry-ext-prometheus
    python3-opentelemetry-ext-prometheus
    python3.9-opentelemetry-ext-prometheus
    python3.9dist(opentelemetry-ext-prometheus)
    python3dist(opentelemetry-ext-prometheus)

python3-opentelemetry-ext-psycopg2:
    python-opentelemetry-ext-psycopg2
    python3-opentelemetry-ext-psycopg2
    python3.9-opentelemetry-ext-psycopg2
    python3.9dist(opentelemetry-ext-psycopg2)
    python3dist(opentelemetry-ext-psycopg2)

python3-opentelemetry-ext-pymongo:
    python-opentelemetry-ext-pymongo
    python3-opentelemetry-ext-pymongo
    python3.9-opentelemetry-ext-pymongo
    python3.9dist(opentelemetry-ext-pymongo)
    python3dist(opentelemetry-ext-pymongo)

python3-opentelemetry-ext-pymysql:
    python-opentelemetry-ext-pymysql
    python3-opentelemetry-ext-pymysql
    python3.9-opentelemetry-ext-pymysql
    python3.9dist(opentelemetry-ext-pymysql)
    python3dist(opentelemetry-ext-pymysql)

python3-opentelemetry-ext-redis:
    python-opentelemetry-ext-redis
    python3-opentelemetry-ext-redis
    python3.9-opentelemetry-ext-redis
    python3.9dist(opentelemetry-ext-redis)
    python3dist(opentelemetry-ext-redis)

python3-opentelemetry-ext-requests:
    python-opentelemetry-ext-requests
    python3-opentelemetry-ext-requests
    python3.9-opentelemetry-ext-requests
    python3.9dist(opentelemetry-ext-requests)
    python3dist(opentelemetry-ext-requests)

python3-opentelemetry-ext-sqlalchemy:
    python-opentelemetry-ext-sqlalchemy
    python3-opentelemetry-ext-sqlalchemy
    python3.9-opentelemetry-ext-sqlalchemy
    python3.9dist(opentelemetry-ext-sqlalchemy)
    python3dist(opentelemetry-ext-sqlalchemy)

python3-opentelemetry-ext-sqlite3:
    python-opentelemetry-ext-sqlite3
    python3-opentelemetry-ext-sqlite3
    python3.9-opentelemetry-ext-sqlite3
    python3.9dist(opentelemetry-ext-sqlite3)
    python3dist(opentelemetry-ext-sqlite3)

python3-opentelemetry-ext-wsgi:
    python-opentelemetry-ext-wsgi
    python3-opentelemetry-ext-wsgi
    python3.9-opentelemetry-ext-wsgi
    python3.9dist(opentelemetry-ext-wsgi)
    python3dist(opentelemetry-ext-wsgi)

python3-opentelemetry-ext-zipkin:
    python-opentelemetry-ext-zipkin
    python3-opentelemetry-ext-zipkin
    python3.9-opentelemetry-ext-zipkin
    python3.9dist(opentelemetry-ext-zipkin)
    python3dist(opentelemetry-ext-zipkin)

python-opentelemetry-doc:
    python-opentelemetry-doc



Generated by fedora-review 0.7.5 (5fa5b7e) last change: 2020-02-16
Command line :/usr/bin/fedora-review -b 1839480
Buildroot used: fedora-rawhide-x86_64
Active plugins: Generic, Python, Shell-api
Disabled plugins: Perl, fonts, Java, Ocaml, Haskell, PHP, SugarActivity, C/C++, R
Disabled flags: EPEL6, EPEL7, DISTTAG, BATCH, EXARCH

Comment 3 Gwyn Ciesla 2020-06-18 15:50:17 UTC
(fedscm-admin):  The Pagure repository was created at https://src.fedoraproject.org/rpms/python-opentelemetry

Comment 4 Mohamed El Morabity 2020-06-18 15:52:37 UTC
(In reply to Fabian Affolter from comment #2)
> Could you please check if the bundling of fonts can be avoided or is a
> false-positive?
The documentation subpackage indeed bundles some fonts, fortunately all available in Fedora repos. This will be fixed at import.

Comment 5 Andy Mender 2020-06-18 18:43:15 UTC
%global srcname opentelemetry
%global _description %{summary}.

Name:           python-%{srcname}
Version:        0.8.0
Release:        1%{?dist}
Summary:        The OpenTelemetry Python client

License:        ASL 2.0
URL:            https://github.com/open-telemetry/%{srcname}-python/
Source0:        %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
# Fix Python requirement versions
Patch0:         %{name}-0.8.0-requirements.patch

What about using %{version} in the Patch0 entry? Would that make sense?

Comment 6 Fabian Affolter 2020-06-18 21:11:53 UTC
(In reply to Andy Mender from comment #5)
> %global srcname opentelemetry
> %global _description %{summary}.
> 
> Name:           python-%{srcname}
> Version:        0.8.0
> Release:        1%{?dist}
> Summary:        The OpenTelemetry Python client
> 
> License:        ASL 2.0
> URL:            https://github.com/open-telemetry/%{srcname}-python/
> Source0:        %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
> # Fix Python requirement versions
> Patch0:         %{name}-0.8.0-requirements.patch
> 
> What about using %{version} in the Patch0 entry? Would that make sense?

Sometimes yes, sometimes no. In a best case scenario this patch would no longer be needed with 0.8.1. If it's not fixed upstream with 0.8.1 then it would require to update the patch and this would increase the amount of work for the update with little to no benefit.

Comment 7 Fedora Update System 2020-06-23 13:34:11 UTC
FEDORA-2020-c307398983 has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-c307398983

Comment 8 Fedora Update System 2020-06-24 01:01:46 UTC
FEDORA-2020-c307398983 has been pushed to the Fedora 32 testing repository.
In short time you'll be able to install the update with the following command:
`sudo dnf install --enablerepo=updates-testing --advisory=FEDORA-2020-c307398983 \*`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-c307398983

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 9 Fedora Update System 2020-07-02 01:11:23 UTC
FEDORA-2020-c307398983 has been pushed to the Fedora 32 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.