Skip to content

Commit 32047b8

Browse files
Upgrade graphene to 1.10.8-1 (#10779)
1 parent a8cebac commit 32047b8

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"graphene-1.10.4.tar.xz": "b2a45f230f332478553bd79666eca8df1d1c6dbf208c344ba9f5120592772414"
3+
"graphene-1.10.8.tar.gz": "922dc109d2dc5dc56617a29bd716c79dd84db31721a8493a13a5f79109a4a4ed"
44
}
5-
}
5+
}

SPECS-EXTENDED/graphene/graphene.spec

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Vendor: Microsoft Corporation
22
Distribution: Azure Linux
33
Name: graphene
4-
Version: 1.10.4
5-
Release: 3%{?dist}
4+
Version: 1.10.8
5+
Release: 1%{?dist}
66
Summary: Thin layer of types for graphic libraries
77

88
License: MIT
99
URL: https://github.com/ebassi/graphene
10-
Source: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
10+
Source: %{url}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
1111

1212
BuildRequires: %{_bindir}/xsltproc
1313
BuildRequires: gcc
@@ -65,6 +65,10 @@ the functionality of the installed %{name} package.
6565
%{_datadir}/installed-tests/
6666

6767
%changelog
68+
* Thu Oct 17 2024 Kevin Lockwood <v-klockwood@microsoft.com> - 1.10.8-1
69+
- Upgrade to 1.10.8
70+
- License Verified
71+
6872
* Mon Mar 21 2022 Pawel Winogrodzki <pawelwi@microsoft.com> - 1.10.4-3
6973
- Adding BR on '%%{_bindir}/xsltproc'.
7074
- Disabled gtk doc generation to remove network dependency during build-time.

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4830,8 +4830,8 @@
48304830
"type": "other",
48314831
"other": {
48324832
"name": "graphene",
4833-
"version": "1.10.4",
4834-
"downloadUrl": "https://github.com/ebassi/graphene/releases/download/1.10.4/graphene-1.10.4.tar.xz"
4833+
"version": "1.10.8",
4834+
"downloadUrl": "https://github.com/ebassi/graphene/archive/refs/tags/1.10.8.tar.gz"
48354835
}
48364836
}
48374837
},

0 commit comments

Comments
 (0)