Sign In
Sign Up
Search is temporarily disabled. See
ticket
for more info.
Sign In
Sign Up
Manage this list
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
2024
September
August
July
June
May
April
March
February
January
2023
December
November
October
September
August
July
June
May
April
March
February
January
2022
December
November
October
September
August
July
June
May
April
March
February
January
2021
December
November
October
September
August
July
June
May
April
March
February
January
2020
December
November
October
September
August
July
June
May
April
March
February
January
2019
December
November
October
September
August
July
June
May
April
March
February
January
2018
December
November
October
September
August
July
June
May
April
March
February
January
2017
December
November
October
September
August
July
June
May
April
March
February
January
List overview
Download
Arch-excludes
February 2023
----- 2024 -----
September 2024
August 2024
July 2024
June 2024
May 2024
April 2024
March 2024
February 2024
January 2024
----- 2023 -----
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
----- 2022 -----
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
----- 2021 -----
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
----- 2020 -----
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
----- 2019 -----
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
----- 2018 -----
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
----- 2017 -----
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
arch-excludes@lists.fedoraproject.org
2 participants
569 discussions
Start a n
N
ew thread
Architecture specific change in rpms/gap-pkg-hap.git
by githook-noreply@fedoraproject.org
28 Feb '23
28 Feb '23
The package rpms/gap-pkg-hap.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/gap-pkg-hap.git/commit/?id=e8b402a5…
. Change: +ExclusiveArch: %{gap_arches} noarch Thanks. Full change: ============ commit af97dcfb5a6ef7b49df266fdb88ee2c006a1e605 Author: Jerry James <loganjerry(a)gmail.com> Date: Tue Feb 28 15:23:18 2023 -0700 Version 1.53. diff --git a/gap-pkg-hap.spec b/gap-pkg-hap.spec index 8539a8c..043e319 100644 --- a/gap-pkg-hap.spec +++ b/gap-pkg-hap.spec @@ -11,7 +11,7 @@ %bcond_with bootstrap Name: gap-pkg-%{pkgname} -Version: 1.52 +Version: 1.53 Release: 1%{?dist} Summary: Homological Algebra Programming for GAP @@ -129,9 +129,6 @@ chmod a-x lib/Kelvin/{*.xml,kelvin.gd,*.gi,init.g,tutex/*.txt} \ lib/Perturbations/Gcomplexes/*.gz \ www/SideLinks/About/*.g -# Fix a bad entity, again (
https://github.com/gap-packages/hap/pull/102
) -sed -i 's/gr;/gt;/' tutorial/tutex/14.20.txt - %build # Build the documentation export LC_ALL=C.UTF-8 @@ -173,6 +170,9 @@ gap -l "%{buildroot}%{gap_libdir};" -o 3G tst/testquick.g %{gap_libdir}/pkg/%{pkgname}/tutorial/ %changelog +* Tue Feb 28 2023 Jerry James <loganjerry(a)gmail.com> - 1.53-1 +- Version 1.53 + * Mon Feb 13 2023 Jerry James <loganjerry(a)gmail.com> - 1.52-1 - Version 1.52 diff --git a/sources b/sources index 88312a7..d89dbab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (hap-1.52.tar.gz) = f5e66b4d250da7e6d4a810483562426b33b54f056b6055520220dd926fa66c204ebaa2f65d572089dccbc08ac2e384fd47b988b6e67ff0a41533e8b86758d0bb +SHA512 (hap-1.53.tar.gz) = 8f0c0fea71a7e53f2709b66c72fd91611ad3ebacd1cb3309dfe22a24fc2c824f11c7b81d8d23d86b161255563bdb280a15ab107ae341993a6591899b5f5d4e1d commit e8b402a52d389ee0535323f597ae65127621aee1 Author: Jerry James <loganjerry(a)gmail.com> Date: Tue Feb 14 14:16:09 2023 -0700 Use the %gap_arches macro. diff --git a/gap-pkg-hap.spec b/gap-pkg-hap.spec index def75d7..8539a8c 100644 --- a/gap-pkg-hap.spec +++ b/gap-pkg-hap.spec @@ -17,7 +17,7 @@ Summary: Homological Algebra Programming for GAP License: GPL-2.0-or-later BuildArch: noarch -ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch +ExclusiveArch: %{gap_arches} noarch URL:
https://gap-packages.github.io/hap/
Source0:
https://github.com/gap-packages/hap/archive/v%{version}/%{pkgname}-%{versio…
1
0
0
0
Architecture specific change in rpms/python-pandas.git
by githook-noreply@fedoraproject.org
28 Feb '23
28 Feb '23
The package rpms/python-pandas.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/python-pandas.git/commit/?id=3f6fa9…
. Change: +%ifarch x86_64 Thanks. Full change: ============ commit 3f6fa92505efe514b3c180f960a523d52838042a Author: Benjamin A. Beasley <code(a)musicinmybrain.net> Date: Sat Feb 18 09:57:30 2023 -0500 Update to 1.5.3 (close RHBZ#2162303) diff --git a/.gitignore b/.gitignore index 6241222..20a392a 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ /pandas-1.3.5.tar.gz /pandas-1.5.1.tar.gz /pandas-1.5.2.tar.gz +/pandas-1.5.3.tar.gz diff --git a/e73d4d29203dab20e001beb1090d07683de583d6.patch b/e73d4d29203dab20e001beb1090d07683de583d6.patch new file mode 100644 index 0000000..544bc87 --- /dev/null +++ b/e73d4d29203dab20e001beb1090d07683de583d6.patch @@ -0,0 +1,97 @@ +From e73d4d29203dab20e001beb1090d07683de583d6 Mon Sep 17 00:00:00 2001 +From: Patrick Hoefler <61934744+phofl(a)users.noreply.github.com> +Date: Sat, 28 Jan 2023 08:37:26 -0500 +Subject: [PATCH] Backport PR #50925 on branch 1.5.x (TST: Remove fsspec + internals from tests) (#51038) + +TST: Remove fsspec internals from tests (#50925) + +Co-authored-by: Thomas Li <47963215+lithomas1(a)users.noreply.github.com> +--- + pandas/tests/io/test_fsspec.py | 2 -- + pandas/tests/io/test_gcs.py | 24 +++++------------------- + 2 files changed, 5 insertions(+), 21 deletions(-) + +diff --git a/pandas/tests/io/test_fsspec.py b/pandas/tests/io/test_fsspec.py +index 4f033fd63f978..fd1b30eca449e 100644 +--- a/pandas/tests/io/test_fsspec.py ++++ b/pandas/tests/io/test_fsspec.py +@@ -50,10 +50,8 @@ def test_read_csv(cleared_fs, df1): + + + def test_reasonable_error(monkeypatch, cleared_fs): +- from fsspec import registry + from fsspec.registry import known_implementations + +- registry.target.clear() + with pytest.raises(ValueError, match="nosuchprotocol"): + read_csv("nosuchprotocol://test/test.csv") + err_msg = "test error message" +diff --git a/pandas/tests/io/test_gcs.py b/pandas/tests/io/test_gcs.py +index 6907d8978e603..538969b7e226c 100644 +--- a/pandas/tests/io/test_gcs.py ++++ b/pandas/tests/io/test_gcs.py +@@ -22,17 +22,12 @@ + @pytest.fixture + def gcs_buffer(monkeypatch): + """Emulate GCS using a binary buffer.""" +- from fsspec import ( +- AbstractFileSystem, +- registry, +- ) +- +- registry.target.clear() # remove state ++ import fsspec + + gcs_buffer = BytesIO() + gcs_buffer.close = lambda: True + +- class MockGCSFileSystem(AbstractFileSystem): ++ class MockGCSFileSystem(fsspec.AbstractFileSystem): + def open(*args, **kwargs): + gcs_buffer.seek(0) + return gcs_buffer +@@ -41,7 +36,8 @@ def ls(self, path, **kwargs): + # needed for pyarrow + return [{"name": path, "type": "file"}] + +- monkeypatch.setattr("gcsfs.GCSFileSystem", MockGCSFileSystem) ++ # Overwrites the default implementation from gcsfs to our mock class ++ fsspec.register_implementation("gs", MockGCSFileSystem, clobber=True) + + return gcs_buffer + +@@ -54,9 +50,6 @@ def test_to_read_gcs(gcs_buffer, format): + + GH 33987 + """ +- from fsspec import registry +- +- registry.target.clear() # remove state + + df1 = DataFrame( + { +@@ -131,9 +124,6 @@ def test_to_csv_compression_encoding_gcs(gcs_buffer, compression_only, encoding) + GH 35677 (to_csv, compression), GH 26124 (to_csv, encoding), and + GH 32392 (read_csv, encoding) + """ +- from fsspec import registry +- +- registry.target.clear() # remove state + df = tm.makeDataFrame() + + # reference of compressed and encoded file +@@ -173,12 +163,8 @@ def test_to_csv_compression_encoding_gcs(gcs_buffer, compression_only, encoding) + @td.skip_if_no("gcsfs") + def test_to_parquet_gcs_new_file(monkeypatch, tmpdir): + """Regression test for writing to a not-yet-existent GCS Parquet file.""" +- from fsspec import ( +- AbstractFileSystem, +- registry, +- ) ++ from fsspec import AbstractFileSystem + +- registry.target.clear() # remove state + df1 = DataFrame( + { + "int": [1, 3], diff --git a/python-pandas.spec b/python-pandas.spec index fda3023..1ec716f 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -12,8 +12,8 @@ %bcond_without single_tests Name: python-pandas -Version: 1.5.2 -Release: 2%{?dist} +Version: 1.5.3 +Release: 1%{?dist} Summary: Python library providing high-performance data analysis tools # The entire source is BSD-3-Clause and covered by LICENSE, except: @@ -78,6 +78,15 @@ Source0:
https://github.com/pandas-dev/pandas/archive/v%{version}/pandas-
#
https://github.com/pandas-dev/pandas/pull/49913
Patch:
https://github.com/pandas-dev/pandas/pull/49913.patch
+# [PATCH] Backport PR #50925 on branch 1.5.x (TST: Remove fsspec internals from +# tests) (#51038) +# +# TST: Remove fsspec internals from tests (#50925) +#
https://github.com/pandas-dev/pandas/commit/e73d4d29203dab20e001beb1090d076…
+# fixes: +# ERROR at setup of test_to_read_gcs[…] +Patch:
https://github.com/pandas-dev/pandas/commit/e73d4d29203dab20e001beb1090d076…
+ %global _description %{expand: pandas is an open source, BSD-licensed library providing high-performance, easy-to-use data structures and data @@ -590,12 +599,43 @@ k="${k-}${k+ and }not (TestStata and test_strl_latin1)" k="${k-}${k+ and }not (TestStata and test_utf8_writer)" %endif +# TODO: Why does this fail? +# E assert 0 == 1 +k="${k-}${k+ and }not test_switch_options" + +%ifarch x86_64 +# These are brittle and fail with tiny floating-point differences on COPR +# builders but not Koji builders, like: +# > raise_assert_detail(obj, msg, left, right, index_values=index_values) +# E AssertionError: numpy array are different +# E +# E numpy array values are different (16.66667 %) +# E [left]: [0.09999999999999999, 1.0, 10.0, 100.0, 1000.0, 10000.0] +# E [right]: [0.1, 1.0, 10.0, 100.0, 1000.0, 10000.0] +k="${k-}${k+ and }not (TestSeriesPlots and test_bar_log)" +k="${k-}${k+ and }not (TestDataFramePlotsSubplots and test_bar_log_no_subplots)" +k="${k-}${k+ and }not (TestDataFramePlotsSubplots and test_bar_log_subplots)" +%endif + %if 0%{?fedora} > 37 # The text of an error message has changed in libarrow/pyarrow 10, which is # harmless but breaks one test. Disable it until a patch is available upstream. # CI: pyarrow 10 broke our ci #
https://github.com/pandas-dev/pandas/issues/50058
k="${k-}${k+ and }not test_arrow_array" + +# Probably also related to upstream pinning pyarrow < 10 for CI: +# E TypeError: Expected unicode, got pyarrow.lib.StringScalar +k="${k-}${k+ and }not (TestConstructors and test_from_sequence_of_strings_pa_array)" + +# TODO: Why does this fail? Does it need a slightly older version of dask? +# E AssertionError: Caused unexpected warning(s): [('RuntimeWarning', RuntimeWarning('invalid value encountered in cast'), '/builddir/build/BUILDROOT/python-pandas-1.5.3-1.fc39.x86_64/usr/lib64/python3.11/site-packages/pandas/core/dtypes/cast.py', 1836)] +k="${k-}${k+ and }not test_construct_dask_float_array_int_dtype_match_ndarray" + +# Incompatibility with python-xarray ≥ 2023.01.0. See: +#
https://github.com/pydata/xarray/blob/v2023.02.0/doc/whats-new.rst#breaking…
+# CFTimeIndex.get_loc() got an unexpected keyword argument 'method' +k="${k-}${k+ and }not test_xarray_cftimeindex_nearest" %endif %if 0%{?fc37} @@ -669,6 +709,9 @@ export PYTHONHASHSEED="$( %changelog +* Mon Feb 27 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.5.3-1 +- Update to 1.5.3 (close RHBZ#2162303) + * Fri Jan 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.5.2-2 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
diff --git a/sources b/sources index 048ab2b..45b979b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pandas-1.5.2.tar.gz) = 9551c403f37f516b3547966d3ca90b0014c9cfe254a342600e2d17199ea8ea256de05d6784ac422f75cf9c1dcca893962c33fb97e65be45ffc2518a0e164070d +SHA512 (pandas-1.5.3.tar.gz) = 220ec6923ebc1d0063537d8a62f53a8ce2631c35c1f3f5b63ee892617507603553db69a2d06f8cd338366e008f746994c3420ee58d151df1b94f5b5719b03b43
1
0
0
0
Architecture specific change in rpms/rust-crossbeam-channel.git
by githook-noreply@fedoraproject.org
28 Feb '23
28 Feb '23
The package rpms/rust-crossbeam-channel.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/rust-crossbeam-channel.git/commit/?…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 156a588b82458806e535e5b62ea702fe1a1afdb1 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue Feb 28 21:36:21 2023 +0100 Update to version 0.5.7; Fixes RHBZ#2173987 diff --git a/.gitignore b/.gitignore index 7d429d3..dd93f81 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /crossbeam-channel-0.5.4.crate /crossbeam-channel-0.5.5.crate /crossbeam-channel-0.5.6.crate +/crossbeam-channel-0.5.7.crate diff --git a/README.md b/README.md deleted file mode 100644 index e2156bf..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-crossbeam-channel - -The rust-crossbeam-channel package \ No newline at end of file diff --git a/rust-crossbeam-channel.spec b/rust-crossbeam-channel.spec index cc5e42e..228063b 100644 --- a/rust-crossbeam-channel.spec +++ b/rust-crossbeam-channel.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate crossbeam-channel Name: rust-crossbeam-channel -Version: 0.5.6 +Version: 0.5.7 Release: %autorelease Summary: Multi-producer multi-consumer channels for message passing @@ -13,8 +13,6 @@ License: MIT OR Apache-2.0 URL:
https://crates.io/crates/crossbeam-channel
Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: diff --git a/sources b/sources index 17b752f..509f1cc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (crossbeam-channel-0.5.6.crate) = de6a42ffede95750a13e3b9af6ab26cbc498125860cd8e4d227c7361bd831e558254a48bdef5cf901585a915003071b0efa321f2011f282218c364780f62f44a +SHA512 (crossbeam-channel-0.5.7.crate) = 70d605a224db1a4e2217280cd2269a954781bb21a0dc5b0b08a5a83794daf1c941181f271c6a8347f72321ca2119dc562ee016fdc18104d5d3327a82b412e9fc commit 79cad9960846678eb5c750018543499d588ef873 Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Fri Jan 20 22:14:35 2023 +0000 Rebuilt for
https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
1
0
0
0
Architecture specific change in rpms/rust-crossbeam-channel.git
by githook-noreply@fedoraproject.org
28 Feb '23
28 Feb '23
The package rpms/rust-crossbeam-channel.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/rust-crossbeam-channel.git/commit/?…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 156a588b82458806e535e5b62ea702fe1a1afdb1 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue Feb 28 21:36:21 2023 +0100 Update to version 0.5.7; Fixes RHBZ#2173987 diff --git a/.gitignore b/.gitignore index 7d429d3..dd93f81 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /crossbeam-channel-0.5.4.crate /crossbeam-channel-0.5.5.crate /crossbeam-channel-0.5.6.crate +/crossbeam-channel-0.5.7.crate diff --git a/README.md b/README.md deleted file mode 100644 index e2156bf..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-crossbeam-channel - -The rust-crossbeam-channel package \ No newline at end of file diff --git a/rust-crossbeam-channel.spec b/rust-crossbeam-channel.spec index cc5e42e..228063b 100644 --- a/rust-crossbeam-channel.spec +++ b/rust-crossbeam-channel.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate crossbeam-channel Name: rust-crossbeam-channel -Version: 0.5.6 +Version: 0.5.7 Release: %autorelease Summary: Multi-producer multi-consumer channels for message passing @@ -13,8 +13,6 @@ License: MIT OR Apache-2.0 URL:
https://crates.io/crates/crossbeam-channel
Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: diff --git a/sources b/sources index 17b752f..509f1cc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (crossbeam-channel-0.5.6.crate) = de6a42ffede95750a13e3b9af6ab26cbc498125860cd8e4d227c7361bd831e558254a48bdef5cf901585a915003071b0efa321f2011f282218c364780f62f44a +SHA512 (crossbeam-channel-0.5.7.crate) = 70d605a224db1a4e2217280cd2269a954781bb21a0dc5b0b08a5a83794daf1c941181f271c6a8347f72321ca2119dc562ee016fdc18104d5d3327a82b412e9fc commit 79cad9960846678eb5c750018543499d588ef873 Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Fri Jan 20 22:14:35 2023 +0000 Rebuilt for
https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
1
0
0
0
Architecture specific change in rpms/rust-crossbeam-utils.git
by githook-noreply@fedoraproject.org
28 Feb '23
28 Feb '23
The package rpms/rust-crossbeam-utils.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/rust-crossbeam-utils.git/commit/?id…
. Change: -%ifarch %{arm} Thanks. Full change: ============ commit 38099d7b1e78d1e3cd14d7e15e962a4c47696c22 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue Feb 28 21:36:00 2023 +0100 Update to version 0.8.15; Fixes RHBZ#2173988 diff --git a/.gitignore b/.gitignore index d5f73a6..00b55d7 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /crossbeam-utils-0.8.11.crate /crossbeam-utils-0.8.12.crate /crossbeam-utils-0.8.14.crate +/crossbeam-utils-0.8.15.crate diff --git a/README.md b/README.md deleted file mode 100644 index 0048402..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-crossbeam-utils - -The rust-crossbeam-utils package \ No newline at end of file diff --git a/crossbeam-utils-fix-metadata-auto.diff b/crossbeam-utils-fix-metadata-auto.diff index fd78481..669e3b8 100644 --- a/crossbeam-utils-fix-metadata-auto.diff +++ b/crossbeam-utils-fix-metadata-auto.diff @@ -1,5 +1,5 @@ ---- crossbeam-utils-0.8.14/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ crossbeam-utils-0.8.14/Cargo.toml 1970-01-01T00:00:01+00:00 +--- crossbeam-utils-0.8.15/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ crossbeam-utils-0.8.15/Cargo.toml 2023-02-28T20:25:19.209548+00:00 @@ -46,6 +46,3 @@ nightly = [] std = [] diff --git a/rust-crossbeam-utils.spec b/rust-crossbeam-utils.spec index 03750cf..2407582 100644 --- a/rust-crossbeam-utils.spec +++ b/rust-crossbeam-utils.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 23 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate crossbeam-utils Name: rust-crossbeam-utils -Version: 0.8.14 +Version: 0.8.15 Release: %autorelease Summary: Utilities for concurrent programming @@ -89,14 +89,8 @@ use the "std" feature of the "%{crate}" crate. %if %{with check} %check -%ifarch %{arm} -# * skip a test that fails only on armv7hl: -#
https://github.com/crossbeam-rs/crossbeam/issues/918
-%cargo_test -- -- --skip is_lock_free -%else %cargo_test %endif -%endif %changelog %autochangelog diff --git a/sources b/sources index dc34c03..dfa6a29 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (crossbeam-utils-0.8.14.crate) = fa00a57c41c9daa152f8a6c6f4d3c77986de1aa21585984adf577e244c2f121db014ba2beb92241590e1cf78710e77d9a703ce4a4d44d8854bc3e60690151393 +SHA512 (crossbeam-utils-0.8.15.crate) = adb9ce1886396bc637299cb8122d102bcc9e561f25d67ef73e98c9ed8a8b13b78bc0f5bbacab19d015e1a7690bc0201f08b3d8e82393ec347e7f2933eb622533 commit 5dca50e97e1f427edc9830b9344906c217374178 Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Fri Jan 20 22:15:52 2023 +0000 Rebuilt for
https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
1
0
0
0
Architecture specific change in rpms/rust-crossbeam-deque.git
by githook-noreply@fedoraproject.org
28 Feb '23
28 Feb '23
The package rpms/rust-crossbeam-deque.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/rust-crossbeam-deque.git/commit/?id…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 3d4492aa05e86ba2a7324e313e684ed1f0ba763a Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue Feb 28 21:38:14 2023 +0100 Update to version 0.8.3; Fixes RHBZ#2173986 diff --git a/.gitignore b/.gitignore index 1839173..545787c 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /crossbeam-deque-0.8.0.crate /crossbeam-deque-0.8.1.crate /crossbeam-deque-0.8.2.crate +/crossbeam-deque-0.8.3.crate diff --git a/README.md b/README.md deleted file mode 100644 index 07fc1c4..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-crossbeam-deque - -The rust-crossbeam-deque package \ No newline at end of file diff --git a/rust-crossbeam-deque.spec b/rust-crossbeam-deque.spec index 9067415..eb7e7b8 100644 --- a/rust-crossbeam-deque.spec +++ b/rust-crossbeam-deque.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate crossbeam-deque Name: rust-crossbeam-deque -Version: 0.8.2 +Version: 0.8.3 Release: %autorelease Summary: Concurrent work-stealing deque @@ -13,8 +13,6 @@ License: MIT OR Apache-2.0 URL:
https://crates.io/crates/crossbeam-deque
Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: diff --git a/sources b/sources index 1aaf752..3119a07 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (crossbeam-deque-0.8.2.crate) = a50a878d843d6eb1b5b92321ce6bfb87a23d3c16e820b1ff55472f0bd3d29b41d09ea95e1b9ccb2790f6687c043dd9ada1cd5124705e24292ccbd8fae1f243b3 +SHA512 (crossbeam-deque-0.8.3.crate) = f3201c9afef7d2d119702696f7e5e7997a104b8f7d67c7adebd1cbed84d3a3415636ff674f1ccdfd95d0dc162384e46c6138c8203ede69577b0d5359a4b44672 commit c356e3ebdce1dc582188139eb6ab01f59b1efa8d Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Fri Jan 20 22:14:55 2023 +0000 Rebuilt for
https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
1
0
0
0
Architecture specific change in rpms/rust-jobserver.git
by githook-noreply@fedoraproject.org
28 Feb '23
28 Feb '23
The package rpms/rust-jobserver.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/rust-jobserver.git/commit/?id=01207…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 0120756b9e4fef0adc75306510b0f18175aed6fc Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue Feb 28 21:22:09 2023 +0100 Update to version 0.1.26; Fixes RHBZ#2173990 diff --git a/.gitignore b/.gitignore index 926094c..a2c515c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /jobserver-0.1.23.crate /jobserver-0.1.24.crate /jobserver-0.1.25.crate +/jobserver-0.1.26.crate diff --git a/README.md b/README.md deleted file mode 100644 index be116d9..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-jobserver - -The rust-jobserver package \ No newline at end of file diff --git a/rust-jobserver.spec b/rust-jobserver.spec index fa988c6..5f43773 100644 --- a/rust-jobserver.spec +++ b/rust-jobserver.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm 22 -# * tokio-process dev-dependency was retired +# Generated by rust2rpm 24 +# * outdated dev-dependencies %bcond_with check %global debug_package %{nil} %global crate jobserver Name: rust-jobserver -Version: 0.1.25 +Version: 0.1.26 Release: %autorelease Summary: Implementation of the GNU make jobserver for Rust @@ -15,12 +15,10 @@ License: MIT OR Apache-2.0 URL:
https://crates.io/crates/jobserver
Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: -Implementation of the GNU make jobserver for Rust.} +An implementation of the GNU make jobserver for Rust.} %description %{_description} diff --git a/sources b/sources index 492851f..be27b71 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (jobserver-0.1.25.crate) = 0c014e7c72a070e3332463cfa6e9c9095d542a68f8631150bad0efa3706a2d6de0347bf7d1221cc3bc0f3d5f9840fe7188aad949559375403b929d43b4a524b7 +SHA512 (jobserver-0.1.26.crate) = ad3ebb693018928daf399e918ce35ed0d4e643cfb5c78bde04697e41dc8adf2861023ea1cf2c5033a3026048ca0ebeb7f2f57a966ba8e420558e42dde8d494f7 commit be1e126b85c6183e2bf07f3a9f312713b38cc938 Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Fri Jan 20 23:35:21 2023 +0000 Rebuilt for
https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
1
0
0
0
Architecture specific change in rpms/rust-crossbeam-deque.git
by githook-noreply@fedoraproject.org
28 Feb '23
28 Feb '23
The package rpms/rust-crossbeam-deque.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/rust-crossbeam-deque.git/commit/?id…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 3d4492aa05e86ba2a7324e313e684ed1f0ba763a Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue Feb 28 21:38:14 2023 +0100 Update to version 0.8.3; Fixes RHBZ#2173986 diff --git a/.gitignore b/.gitignore index 1839173..545787c 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /crossbeam-deque-0.8.0.crate /crossbeam-deque-0.8.1.crate /crossbeam-deque-0.8.2.crate +/crossbeam-deque-0.8.3.crate diff --git a/README.md b/README.md deleted file mode 100644 index 07fc1c4..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-crossbeam-deque - -The rust-crossbeam-deque package \ No newline at end of file diff --git a/rust-crossbeam-deque.spec b/rust-crossbeam-deque.spec index 9067415..eb7e7b8 100644 --- a/rust-crossbeam-deque.spec +++ b/rust-crossbeam-deque.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate crossbeam-deque Name: rust-crossbeam-deque -Version: 0.8.2 +Version: 0.8.3 Release: %autorelease Summary: Concurrent work-stealing deque @@ -13,8 +13,6 @@ License: MIT OR Apache-2.0 URL:
https://crates.io/crates/crossbeam-deque
Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: diff --git a/sources b/sources index 1aaf752..3119a07 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (crossbeam-deque-0.8.2.crate) = a50a878d843d6eb1b5b92321ce6bfb87a23d3c16e820b1ff55472f0bd3d29b41d09ea95e1b9ccb2790f6687c043dd9ada1cd5124705e24292ccbd8fae1f243b3 +SHA512 (crossbeam-deque-0.8.3.crate) = f3201c9afef7d2d119702696f7e5e7997a104b8f7d67c7adebd1cbed84d3a3415636ff674f1ccdfd95d0dc162384e46c6138c8203ede69577b0d5359a4b44672 commit c356e3ebdce1dc582188139eb6ab01f59b1efa8d Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Fri Jan 20 22:14:55 2023 +0000 Rebuilt for
https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
1
0
0
0
Architecture specific change in rpms/rust-crossbeam-utils.git
by githook-noreply@fedoraproject.org
28 Feb '23
28 Feb '23
The package rpms/rust-crossbeam-utils.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/rust-crossbeam-utils.git/commit/?id…
. Change: -%ifarch %{arm} Thanks. Full change: ============ commit 38099d7b1e78d1e3cd14d7e15e962a4c47696c22 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue Feb 28 21:36:00 2023 +0100 Update to version 0.8.15; Fixes RHBZ#2173988 diff --git a/.gitignore b/.gitignore index d5f73a6..00b55d7 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /crossbeam-utils-0.8.11.crate /crossbeam-utils-0.8.12.crate /crossbeam-utils-0.8.14.crate +/crossbeam-utils-0.8.15.crate diff --git a/README.md b/README.md deleted file mode 100644 index 0048402..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-crossbeam-utils - -The rust-crossbeam-utils package \ No newline at end of file diff --git a/crossbeam-utils-fix-metadata-auto.diff b/crossbeam-utils-fix-metadata-auto.diff index fd78481..669e3b8 100644 --- a/crossbeam-utils-fix-metadata-auto.diff +++ b/crossbeam-utils-fix-metadata-auto.diff @@ -1,5 +1,5 @@ ---- crossbeam-utils-0.8.14/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ crossbeam-utils-0.8.14/Cargo.toml 1970-01-01T00:00:01+00:00 +--- crossbeam-utils-0.8.15/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ crossbeam-utils-0.8.15/Cargo.toml 2023-02-28T20:25:19.209548+00:00 @@ -46,6 +46,3 @@ nightly = [] std = [] diff --git a/rust-crossbeam-utils.spec b/rust-crossbeam-utils.spec index 03750cf..2407582 100644 --- a/rust-crossbeam-utils.spec +++ b/rust-crossbeam-utils.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 23 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate crossbeam-utils Name: rust-crossbeam-utils -Version: 0.8.14 +Version: 0.8.15 Release: %autorelease Summary: Utilities for concurrent programming @@ -89,14 +89,8 @@ use the "std" feature of the "%{crate}" crate. %if %{with check} %check -%ifarch %{arm} -# * skip a test that fails only on armv7hl: -#
https://github.com/crossbeam-rs/crossbeam/issues/918
-%cargo_test -- -- --skip is_lock_free -%else %cargo_test %endif -%endif %changelog %autochangelog diff --git a/sources b/sources index dc34c03..dfa6a29 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (crossbeam-utils-0.8.14.crate) = fa00a57c41c9daa152f8a6c6f4d3c77986de1aa21585984adf577e244c2f121db014ba2beb92241590e1cf78710e77d9a703ce4a4d44d8854bc3e60690151393 +SHA512 (crossbeam-utils-0.8.15.crate) = adb9ce1886396bc637299cb8122d102bcc9e561f25d67ef73e98c9ed8a8b13b78bc0f5bbacab19d015e1a7690bc0201f08b3d8e82393ec347e7f2933eb622533 commit 5dca50e97e1f427edc9830b9344906c217374178 Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Fri Jan 20 22:15:52 2023 +0000 Rebuilt for
https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
1
0
0
0
Architecture specific change in rpms/rust-signal-hook-registry.git
by githook-noreply@fedoraproject.org
28 Feb '23
28 Feb '23
The package rpms/rust-signal-hook-registry.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/rust-signal-hook-registry.git/commi…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 250ca31016660190cab4247ef6c9fc4a3c9d5d61 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue Feb 28 21:15:10 2023 +0100 Update to version 1.4.1; Fixes RHBZ#2169065 diff --git a/.gitignore b/.gitignore index 2665f2b..59439c6 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /signal-hook-registry-1.2.2.crate /signal-hook-registry-1.3.0.crate /signal-hook-registry-1.4.0.crate +/signal-hook-registry-1.4.1.crate diff --git a/README.md b/README.md deleted file mode 100644 index 26cd4e9..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-signal-hook-registry - -The rust-signal-hook-registry package \ No newline at end of file diff --git a/rust-signal-hook-registry.spec b/rust-signal-hook-registry.spec index 11f939d..4b6fdd0 100644 --- a/rust-signal-hook-registry.spec +++ b/rust-signal-hook-registry.spec @@ -1,26 +1,21 @@ -# Generated by rust2rpm 19 +# Generated by rust2rpm 24 # * tests can only be run in-tree %bcond_with check %global debug_package %{nil} %global crate signal-hook-registry -Name: rust-%{crate} -Version: 1.4.0 +Name: rust-signal-hook-registry +Version: 1.4.1 Release: %autorelease Summary: Backend crate for signal-hook # Upstream license specification: Apache-2.0/MIT -License: ASL 2.0 or MIT +License: Apache-2.0 OR MIT URL:
https://crates.io/crates/signal-hook-registry
Source: %{crates_source} -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging +BuildRequires: rust-packaging >= 21 %global _description %{expand: Backend crate for signal-hook.} @@ -34,12 +29,13 @@ BuildArch: noarch %description devel %{_description} This package contains library source intended for building other packages which -use "%{crate}" crate. +use the "%{crate}" crate. %files devel -%license LICENSE-APACHE LICENSE-MIT -%doc README.md -%{cargo_registry}/%{crate}-%{version_no_tilde}/ +%license %{crate_instdir}/LICENSE-APACHE +%license %{crate_instdir}/LICENSE-MIT +%doc %{crate_instdir}/README.md +%{crate_instdir}/ %package -n %{name}+default-devel Summary: %{summary} @@ -48,10 +44,10 @@ BuildArch: noarch %description -n %{name}+default-devel %{_description} This package contains library source intended for building other packages which -use "the default" feature of the "%{crate}" crate. +use the "default" feature of the "%{crate}" crate. %files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 diff --git a/sources b/sources index b397117..7a3d036 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (signal-hook-registry-1.4.0.crate) = b564379e5df1061739734179a69897badf9e2e6b469e091954428b05c3c7143885396df4bd008d77e08dae53729d2267d50fc8563121b086e25d8a5adabf6d6d +SHA512 (signal-hook-registry-1.4.1.crate) = e83acec2b0083967555f6c659dfaacc32d851a9485c9f6f4b4cf257742ae3ffba8c14708c75f1a5520e9d132ea9e21d6eb65aba492eec481e8492af8b798c5d1 commit dec4b3a6e116e4e9d5468d790fe15ba9da1c824e Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Sat Jan 21 01:25:55 2023 +0000 Rebuilt for
https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org> commit 4e6a50dfe72fe3dc09942a0db93182357ec3ccf9 Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Sat Jul 23 06:38:29 2022 +0000 Rebuilt for
https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
1
0
0
0
← Newer
1
2
3
4
...
57
Older →
Jump to page:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Results per page:
10
25
50
100
200