public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-zmq] f43: Trivial whitespace changes
@ 2026-08-22  6:17 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-22  6:17 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-zmq
            Branch : f43
            Commit : 8760c5357b0d132013fbb04dba92977086e1ae83
            Author : Benjamin A. Beasley <code@musicinmybrain.net>
            Date   : 2026-05-20T14:19:32+01:00
            Stats  : +21/-20 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-zmq/c/8760c5357b0d132013fbb04dba92977086e1ae83?branch=f43

            Log:
            Trivial whitespace changes

[skip changelog]

---
diff --git a/python-zmq.spec b/python-zmq.spec
index 90e399b..9755751 100644
--- a/python-zmq.spec
+++ b/python-zmq.spec
@@ -20,10 +20,10 @@ Summary:        Python bindings for zeromq
 #   - zmq/eventloop/zmqstream.py is Apache-2.0
 # See also the “Inherited licenses in pyzmq” section in CONTRIBUTING.md.
 License:        %{shrink:
-                BSD-3-Clause AND
-                LGPL-2.1-or-later AND
-                Apache-2.0
-                }
+    BSD-3-Clause AND
+    LGPL-2.1-or-later AND
+    Apache-2.0
+    }
 # Additionally, the following do not affect the license of the binary RPMs:
 #   - tools/run_with_env.cmd is CC0-1.0; for distribution in the source RPM, it
 #     is covered by “Existing uses of CC0-1.0 on code files in Fedora packages
@@ -37,29 +37,30 @@ License:        %{shrink:
 #     https://gitlab.com/fedora/legal/fedora-license-data/-/issues/616; see
 #     https://gitlab.com/fedora/legal/fedora-license-data/-/merge_requests/716
 SourceLicense:  %{shrink:
-                %{license} AND
-                CC0-1.0 AND
-                LicenseRef-Fedora-Public-Domain
-                }
+    %{license} AND
+    CC0-1.0 AND
+    LicenseRef-Fedora-Public-Domain
+    }
 URL:            https://zeromq.org/languages/python/
 %global forgeurl https://github.com/zeromq/pyzmq
 Source:         %{forgeurl}/archive/v%{version}/pyzmq-%{version}.tar.gz
 
-BuildSystem:            pyproject
+BuildSystem:    pyproject
 BuildOption(generate_buildrequires): test-requirements.txt
 # https://scikit-build-core.readthedocs.io/en/latest/configuration/index.html
-BuildOption(build):     %{shrink:
-                        -Ccmake.define.PYZMQ_LIBZMQ_RPATH:BOOL=OFF
-                        -Ccmake.define.PYZMQ_NO_BUNDLE=ON
-                        -Clogging.level=INFO
-                        -Cbuild.verbose=true
-                        -Ccmake.build-type="RelWithDebInfo"}
-BuildOption(install):   -L zmq
+BuildOption(build): %{shrink:
+    -Ccmake.define.PYZMQ_LIBZMQ_RPATH:BOOL=OFF
+    -Ccmake.define.PYZMQ_NO_BUNDLE=ON
+    -Clogging.level=INFO
+    -Cbuild.verbose=true
+    -Ccmake.build-type="RelWithDebInfo"
+    }
+BuildOption(install): -L zmq
 # - The cffi backend does not apply when we build with Cython.
-BuildOption(check):     %{shrink:
-                        -e 'zmq.backend.cffi*'
-                        %{?!with_gevent:-e 'zmq.green*'}
-                        }
+BuildOption(check): %{shrink:
+    -e 'zmq.backend.cffi*'
+    %{?!with_gevent:-e 'zmq.green*'}
+    }
 
 BuildRequires:  gcc
 # This package contains no C++ code, but there are some checks in

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-22  6:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-22  6:17 [rpms/python-zmq] f43: Trivial whitespace changes Benjamin A. Beasley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox