Bug 2064188 - Review Request: python-sentry-sdk - The new Python SDK for Sentry.io
Summary: Review Request: python-sentry-sdk - The new Python SDK for Sentry.io
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Paul Wouters
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-03-15 09:33 UTC by Roman Inflianskas
Modified: 2022-07-15 01:36 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-07-15 01:16:21 UTC
Type: ---
Embargoed:
paul.wouters: fedora-review+


Attachments (Terms of Use)

Description Roman Inflianskas 2022-03-15 09:33:30 UTC
Spec URL: https://rominf.fedorapeople.org/python-sentry-sdk.spec
SRPM URL: https://rominf.fedorapeople.org/python-sentry-sdk-1.5.7-1.fc34.src.rpm
Description: Python Error and Performance Monitoring. Actionable insights to resolve Python performance bottlenecks and errors. See the full picture of any Python exception so you can diagnose, fix, and optimize performance in the Python debugging process.
Fedora Account System Username: rominf

Comment 1 Paul Wouters 2022-03-15 21:05:43 UTC
mock build is showing me a few testing errors, causing it to fail to build the package with fedora-review:

==================================== ERRORS ====================================
____________________ ERROR at setup of test_leaks[threads] _____________________
/usr/lib/python3.10/site-packages/_pytest/runner.py:340: in from_call
    result: Optional[TResult] = func()
/usr/lib/python3.10/site-packages/_pytest/runner.py:261: in <lambda>
    lambda: ihook(item=item, **kwds), when=when, reraise=reraise
/usr/lib/python3.10/site-packages/pluggy/_hooks.py:265: in __call__
    return self._hookexec(self.name, self.get_hookimpls(), kwargs, firstresult)
/usr/lib/python3.10/site-packages/pluggy/_manager.py:80: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
/usr/lib/python3.10/site-packages/_pytest/runner.py:156: in pytest_runtest_setup
    item.session._setupstate.setup(item)
/usr/lib/python3.10/site-packages/_pytest/runner.py:489: in setup
    assert col in needed_collectors, "previous item was not torn down properly"
E   AssertionError: previous item was not torn down properly
____________________ ERROR at setup of test_leaks[eventlet] ____________________
/usr/lib/python3.10/site-packages/_pytest/runner.py:340: in from_call
    result: Optional[TResult] = func()
/usr/lib/python3.10/site-packages/_pytest/runner.py:261: in <lambda>
    lambda: ihook(item=item, **kwds), when=when, reraise=reraise
/usr/lib/python3.10/site-packages/pluggy/_hooks.py:265: in __call__
    return self._hookexec(self.name, self.get_hookimpls(), kwargs, firstresult)
/usr/lib/python3.10/site-packages/pluggy/_manager.py:80: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
/usr/lib/python3.10/site-packages/_pytest/runner.py:156: in pytest_runtest_setup
    item.session._setupstate.setup(item)
/usr/lib/python3.10/site-packages/_pytest/runner.py:489: in setup
    assert col in needed_collectors, "previous item was not torn down properly"
E   AssertionError: previous item was not torn down properly
____________________ ERROR at setup of test_leaks[greenlet] ____________________
/usr/lib/python3.10/site-packages/_pytest/runner.py:340: in from_call
    result: Optional[TResult] = func()
/usr/lib/python3.10/site-packages/_pytest/runner.py:261: in <lambda>
    lambda: ihook(item=item, **kwds), when=when, reraise=reraise
/usr/lib/python3.10/site-packages/pluggy/_hooks.py:265: in __call__
    return self._hookexec(self.name, self.get_hookimpls(), kwargs, firstresult)
/usr/lib/python3.10/site-packages/pluggy/_manager.py:80: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
/usr/lib/python3.10/site-packages/_pytest/runner.py:156: in pytest_runtest_setup
    item.session._setupstate.setup(item)
/usr/lib/python3.10/site-packages/_pytest/runner.py:489: in setup
    assert col in needed_collectors, "previous item was not torn down properly"
E   AssertionError: previous item was not torn down properly
_________________________ ERROR at setup of test_basic _________________________
/usr/lib/python3.10/site-packages/_pytest/runner.py:340: in from_call
    result: Optional[TResult] = func()
/usr/lib/python3.10/site-packages/_pytest/runner.py:261: in <lambda>
    lambda: ihook(item=item, **kwds), when=when, reraise=reraise
/usr/lib/python3.10/site-packages/pluggy/_hooks.py:265: in __call__
    return self._hookexec(self.name, self.get_hookimpls(), kwargs, firstresult)
/usr/lib/python3.10/site-packages/pluggy/_manager.py:80: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
/usr/lib/python3.10/site-packages/_pytest/runner.py:156: in pytest_runtest_setup
    item.session._setupstate.setup(item)
/usr/lib/python3.10/site-packages/_pytest/runner.py:489: in setup
    assert col in needed_collectors, "previous item was not torn down properly"
E   AssertionError: previous item was not torn down properly
=============================== warnings summary ===============================
../../../../usr/lib64/python3.10/importlib/__init__.py:126
  /usr/lib64/python3.10/importlib/__init__.py:126: PytestRemovedIn8Warning: Passing None has been deprecated.
  See https://docs.pytest.org/en/latest/how-to/capture-warnings.html#additional-use-cases-of-warnings-in-tests for alternatives in common use cases.
    return _bootstrap._gcd_import(name[level:], package, level)
../../../../usr/lib/python3.10/site-packages/_pytest/config/__init__.py:1249
  /usr/lib/python3.10/site-packages/_pytest/config/__init__.py:1249: PytestConfigWarning: Unknown config option: DJANGO_SETTINGS_MODULE
  
    self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
ERROR tests/utils/test_contextvars.py::test_leaks[threads]
ERROR tests/utils/test_contextvars.py::test_leaks[eventlet]
ERROR tests/utils/test_contextvars.py::test_leaks[greenlet]
ERROR tests/integrations/wsgi/test_wsgi.py::test_basic - AssertionError: prev...
============ 444 passed, 45 skipped, 2 warnings, 4 errors in 26.23s ============

Comment 2 Roman Inflianskas 2022-06-08 18:09:53 UTC
I'm finally back to this Review Request.

I've understood that it's not my fault, but an issue with pytest 7 (see comments in the spec file). I've "fixed" the tests by partially disabling them.

I also updated the version.

Spec URL: https://rominf.fedorapeople.org/python-sentry-sdk.spec
SRPM URL: https://rominf.fedorapeople.org/python-sentry-sdk-1.5.12-1.fc37.src.rpm

Please have a look.

Comment 3 Paul Wouters 2022-06-10 02:26:19 UTC
Package Review
==============

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


Two questions/issues before I can approve this:

1) mock building works, but building natively on f36, the build failed
   for missing python3-wheel and python3-certifi which I had to manually
   install. Should those be added to BuildRequires: ?

2) A bunch of flask+XXX packages are built, but it seems fedora packages
   flask things use the name python3-flask-XXX?  I assume these flask
   things are the same thing and should use the same naming scheme?

===== 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: "*No copyright* MIT License", "Unknown or generated", "BSD
     2-Clause License", "Apache License 2.0". 197 files have unknown
     license. Detailed output of licensecheck in
     /home/paul.wouters/2064188-python-sentry-sdk/licensecheck.txt
[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[x]: Macros in Summary, %description expandable at SRPM build time.
    Note: Macros in: python3-sentry-sdk (description)
[-]: 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.

NOTE: The upstream name is sentry-python but it contains sentry_sdk, so I do
      think the name chosen as python-sentry-sdk is a good one, especially
      since it installs a python module sentry_sdk.

[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.
[x]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 10240 bytes in 1 files.
[x]: 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 requires other packages for directories it uses.
[x]: Package must own all directories that it creates.
[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]: Dist tag is present.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package must not depend on deprecated() packages.
[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.
[-]: A package which is used by another package via an egg interface should
     provide egg info.
[x]: 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:
[-]: 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).
[?]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[-]: Sources are verified with gpgverify first in %prep if upstream
     publishes signatures.
     Note: gpgverify is not used.
[x]: Package should compile and build into binary rpms on all supported
     architectures.
[x]: %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
-------
Cannot parse rpmlint output:


Rpmlint (installed packages)
----------------------------
Cannot parse rpmlint output:


Source checksums
----------------
https://github.com/getsentry/sentry-python/archive/1.5.12/sentry-python-1.5.12.tar.gz :
  CHECKSUM(SHA256) this package     : 8f648922c7e3f585b8572516cd5c6fbbf97a316a9e13a876abf7da7794d0bf9c
  CHECKSUM(SHA256) upstream package : 8f648922c7e3f585b8572516cd5c6fbbf97a316a9e13a876abf7da7794d0bf9c


Requires
--------
python3-sentry-sdk (rpmlib, GLIBC filtered):
    python(abi)
    python3.10dist(certifi)
    python3.10dist(urllib3)


Provides
--------
python3-sentry-sdk:
    python-sentry-sdk
    python3-sentry-sdk
    python3.10-sentry-sdk
    python3.10dist(sentry-sdk)
    python3dist(sentry-sdk)



Generated by fedora-review 0.8.0 (e988316) last change: 2022-04-07
Command line :/usr/bin/fedora-review -b 2064188
Buildroot used: fedora-rawhide-x86_64
Active plugins: Generic, Shell-api, Python
Disabled plugins: fonts, SugarActivity, Haskell, C/C++, R, Perl, Java, PHP, Ocaml
Disabled flags: EPEL6, EPEL7, DISTTAG, BATCH, EXARCH
                                                                                        181,1

Comment 4 Roman Inflianskas 2022-06-10 13:13:59 UTC
Thanks for catching this. I've fixed both mistakes.

Spec URL: https://rominf.fedorapeople.org/python-sentry-sdk.spec
SRPM URL: https://rominf.fedorapeople.org/python-sentry-sdk-1.5.12-1.fc35.src.rpm

Please have a look.

Comment 5 Paul Wouters 2022-06-13 13:40:14 UTC
Thanks, package APPROVED

Comment 6 Tomas Hrcka 2022-06-15 07:25:24 UTC
(fedscm-admin):  The Pagure repository was created at https://src.fedoraproject.org/rpms/python-sentry-sdk

Comment 7 Fedora Update System 2022-07-06 12:03:21 UTC
FEDORA-2022-2b0c34929d has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-2b0c34929d

Comment 8 Fedora Update System 2022-07-06 12:11:05 UTC
FEDORA-2022-921c4a268b has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2022-921c4a268b

Comment 9 Fedora Update System 2022-07-07 01:36:08 UTC
FEDORA-2022-2b0c34929d has been pushed to the Fedora 36 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf install --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-2b0c34929d \*`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-2b0c34929d

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

Comment 10 Fedora Update System 2022-07-07 02:06:26 UTC
FEDORA-2022-921c4a268b has been pushed to the Fedora 35 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf install --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-921c4a268b \*`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-921c4a268b

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

Comment 11 Fedora Update System 2022-07-15 01:16:21 UTC
FEDORA-2022-2b0c34929d has been pushed to the Fedora 36 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 12 Fedora Update System 2022-07-15 01:36:01 UTC
FEDORA-2022-921c4a268b has been pushed to the Fedora 35 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.