Compare commits
No commits in common. "c9-beta" and "c10s" have entirely different histories.
23
.gitignore
vendored
23
.gitignore
vendored
@ -1 +1,22 @@
|
||||
SOURCES/websockets-11.0.3.tar.gz
|
||||
/websockets-2.6.tar.gz
|
||||
/websockets-2.7.tar.gz
|
||||
/websockets-3.0.tar.gz
|
||||
/websockets-3.1.tar.gz
|
||||
/websockets-3.2.tar.gz
|
||||
/websockets-3.3.tar.gz
|
||||
/websockets-3.4.tar.gz
|
||||
/websockets-4.0.1.tar.gz
|
||||
/websockets-5.0.1.tar.gz
|
||||
/websockets-6.0.tar.gz
|
||||
/websockets-8.0.tar.gz
|
||||
/websockets-8.0.2.tar.gz
|
||||
/websockets-8.1.tar.gz
|
||||
/websockets-9.1.tar.gz
|
||||
/websockets-10.0.tar.gz
|
||||
/websockets-10.1.tar.gz
|
||||
/websockets-10.2.tar.gz
|
||||
/websockets-10.3.tar.gz
|
||||
/websockets-10.4.tar.gz
|
||||
/websockets-11.0.2.tar.gz
|
||||
/websockets-11.0.3.tar.gz
|
||||
/websockets-12.0.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
3a82ef3e6015d985564ed04d2fbc308e0ee8d187 SOURCES/websockets-11.0.3.tar.gz
|
5
gating.yaml
Normal file
5
gating.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
--- !Policy
|
||||
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
@ -5,11 +5,11 @@
|
||||
%endif
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 11.0.3
|
||||
Release: 6%{?dist}
|
||||
Version: 12.0
|
||||
Release: 5%{?dist}
|
||||
Summary: Implementation of the WebSocket Protocol for Python
|
||||
|
||||
License: BSD
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/aaugustin/websockets
|
||||
Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz
|
||||
|
||||
@ -39,26 +39,6 @@ BuildRequires: python3-devel
|
||||
%prep
|
||||
%autosetup -n %{pypi_name}-%{version} -p1
|
||||
|
||||
# Upstream uses a src package but does not specify this explicitly in the
|
||||
# pyproject.toml. This causes the build to fail on CentOS Stream 9 and RHEL 9.
|
||||
# Workaround this problem by adding a very small setup.cfg file that specifies where
|
||||
# the source code lives inside `src`.
|
||||
%if %{defined el9}
|
||||
cat << EOF > setup.cfg
|
||||
[metadata]
|
||||
name = websockets
|
||||
|
||||
[options]
|
||||
package_dir=
|
||||
=src
|
||||
packages=find:
|
||||
|
||||
[options.packages.find]
|
||||
where=src
|
||||
EOF
|
||||
%endif
|
||||
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires
|
||||
|
||||
@ -83,11 +63,21 @@ EOF
|
||||
%doc README.rst
|
||||
|
||||
%changelog
|
||||
* Tue Jan 30 2024 Major Hayden <mhayden@redhat.com> - 11.0.3-6
|
||||
- Bump revision to add gating.yaml
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 12.0-5
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
||||
* Tue Aug 15 2023 Major Hayden <major@redhat.com> - 11.0.3-5
|
||||
- Add setup.cfg for RHEL 9 and CentOS Stream 9
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 12.0-4
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 12.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 12.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Wed Jan 03 2024 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 12.0-1
|
||||
- Update to 12.0 rhbz#2245452
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 11.0.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
Loading…
Reference in New Issue
Block a user