Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1979171 Details for
Bug 2224780
Review Request: python-pywayland - Python bindings for the libwayland library written in pure Python
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh89 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
The .spec file difference from Copr build 6204327 to 6211855
spec-from-6204327-to-6211855.diff (text/plain), 1.74 KB, created by
Fedora Review Service
on 2023-07-25 19:34:31 UTC
(
hide
)
Description:
The .spec file difference from Copr build 6204327 to 6211855
Filename:
MIME Type:
Creator:
Fedora Review Service
Created:
2023-07-25 19:34:31 UTC
Size:
1.74 KB
patch
obsolete
>--- https://copr.fedorainfracloud.org/coprs/build/6204327 >+++ https://copr.fedorainfracloud.org/coprs/build/6211855 >@@ -1,15 +1,26 @@ > Name: python-pywayland > Version: 0.4.15 >-Release: 2%{?dist} >+Release: 3%{?dist} > Summary: Python bindings for the libwayland library written in pure Python > >-License: Apache2 >+# The python-pywayland project is licensed under the Apache-2.0 license, >+# except for the following files: >+# >+# ISC License: >+# pywayland/protocol/ext_session_lock_v1/*.py >+# >+# NTP License: >+# pywayland/protocol/text_input_unstable_v3/*.py >+License: Apache-2.0 AND ISC AND NTP >+ > URL: https://github.com/flacjacket/pywayland/ > Source: %{pypi_source pywayland} > >+BuildRequires: wayland-devel >+BuildRequires: wayland-protocols-devel >+BuildRequires: gcc > BuildRequires: python3-devel >-BuildRequires: wayland-devel >-BuildRequires: gcc >+BuildRequires: python3-pytest > > > %global _description %{expand: >@@ -35,6 +46,10 @@ > > %build > %pyproject_wheel >+# There is a scary-looking deprecation warning, already reported to upstream >+# https://github.com/flacjacket/pywayland/issues/44 >+%python3 pywayland/ffi_build.py >+%python3 -m pywayland.scanner --with-protocols > > > %install >@@ -44,13 +59,24 @@ > > %check > %pyproject_check_import -t >+mkdir tmp >+export XDG_RUNTIME_DIR="$PWD/tmp" >+%pytest > > > %files -n python3-pywayland -f %{pyproject_files} >+%license LICENSE >+%doc README.rst > %{_bindir}/pywayland-scanner > > > %changelog >+* Tue Jul 25 2023 Jakub Kadlcik <frostyx@email.cz> - 0.4.15-3 >+- License breakdown >+- Run unit tests >+- Install license and doc files >+- Build _ffi.abi3.so >+ > * Sat Jul 22 2023 Jakub Kadlcik <frostyx@email.cz> - 0.4.15-2 > - Remove wildcard from pyproject_save_files >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2224780
:
1977095
| 1979171