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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
|
{'description': {'en': 'Official Gentoo ebuild repository'},
'feed': ['https://cgit.gentoo.org/repo/gentoo.git/atom/'],
'homepage': 'https://gentoo.org/',
'name': 'gentoo',
'owner': [{'email': 'bug-wranglers@gentoo.org', 'type': 'project'}],
'quality': 'core',
'source': [{'type': 'rsync', 'uri': 'rsync://rsync.gentoo.org/gentoo-portage'},
{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/repo/gentoo.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/repo/gentoo.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/repo/gentoo.git'}],
'status': 'official'}
pkgcore 0.12.28
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
WARNING:pkgcore:flewkey-overlay repo at '/var/lib/repo-mirror-ci/sync/flewkey-overlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:flewkey-overlay repo at '/var/lib/repo-mirror-ci/sync/flewkey-overlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
*** syncing gentoo
From https://github.com/gentoo/gentoo
166f9b6f0e06..f38c00851002 master -> origin/master
Updating 166f9b6f0e06..f38c00851002
Fast-forward
app-admin/awscli/Manifest | 1 +
app-admin/awscli/awscli-1.36.12.ebuild | 95 ++++++++++++
dev-python/aiohttp/Manifest | 1 +
dev-python/aiohttp/aiohttp-3.11.8.ebuild | 134 ++++++++++++++++
dev-python/boto3/Manifest | 1 +
dev-python/boto3/boto3-1.35.71.ebuild | 53 +++++++
dev-python/botocore/Manifest | 1 +
dev-python/botocore/botocore-1.35.71.ebuild | 67 ++++++++
dev-python/cryptography/Manifest | 22 +++
dev-python/cryptography/cryptography-44.0.0.ebuild | 135 ++++++++++++++++
dev-python/faker/Manifest | 1 +
dev-python/faker/faker-33.1.0.ebuild | 43 ++++++
dev-python/fastjsonschema/Manifest | 1 +
.../fastjsonschema/fastjsonschema-2.21.0.ebuild | 25 +++
dev-python/fido2/Manifest | 1 +
.../{fido2-1.1.3.ebuild => fido2-1.1.3-r1.ebuild} | 2 +-
dev-python/fido2/fido2-1.2.0.ebuild | 44 ++++++
dev-python/findimports/Manifest | 3 +-
dev-python/findimports/findimports-2.4.0.ebuild | 27 ----
...ports-2.5.0.ebuild => findimports-2.5.2.ebuild} | 0
dev-python/hypothesis/Manifest | 4 +-
dev-python/hypothesis/hypothesis-6.119.1.ebuild | 102 -------------
dev-python/hypothesis/hypothesis-6.119.2.ebuild | 102 -------------
...is-6.119.3.ebuild => hypothesis-6.120.0.ebuild} | 4 +-
dev-python/pebble/Manifest | 1 +
dev-python/pebble/pebble-5.1.0.ebuild | 24 +++
dev-python/pyjwt/Manifest | 1 +
dev-python/pyjwt/pyjwt-2.10.1.ebuild | 40 +++++
dev-python/pyopenssl/Manifest | 1 +
dev-python/pyopenssl/pyopenssl-24.3.0.ebuild | 61 ++++++++
dev-python/pytest-click/Manifest | 1 +
dev-python/pytest-click/metadata.xml | 12 ++
dev-python/pytest-click/pytest-click-1.1.0.ebuild | 28 ++++
dev-python/pytools/Manifest | 1 +
dev-python/pytools/pytools-2024.1.17.ebuild | 31 ++++
dev-python/sigstore/Manifest | 3 +-
dev-python/sigstore/sigstore-3.5.1.ebuild | 64 --------
...sigstore-3.4.0.ebuild => sigstore-3.5.3.ebuild} | 1 +
dev-python/simsimd/Manifest | 2 +-
.../{simsimd-6.0.7.ebuild => simsimd-6.2.1.ebuild} | 0
dev-python/sqlglot/Manifest | 1 +
dev-python/sqlglot/sqlglot-25.32.1.ebuild | 113 ++++++++++++++
dev-python/tomli/Manifest | 2 +
dev-python/tomli/tomli-2.2.1.ebuild | 40 +++++
dev-python/trimesh/Manifest | 1 +
dev-python/trimesh/trimesh-4.5.3.ebuild | 78 ++++++++++
dev-python/types-docutils/Manifest | 2 +-
...build => types-docutils-0.21.0.20241128.ebuild} | 1 -
dev-python/uv/Manifest | 3 +
dev-python/uv/uv-0.5.5.ebuild | 170 +++++++++++++++++++++
dev-python/webtest/Manifest | 1 +
dev-python/webtest/webtest-3.0.2.ebuild | 45 ++++++
dev-python/x-wr-timezone/Manifest | 2 +-
...one-0.0.7.ebuild => x-wr-timezone-2.0.0.ebuild} | 13 +-
54 files changed, 1301 insertions(+), 311 deletions(-)
create mode 100644 app-admin/awscli/awscli-1.36.12.ebuild
create mode 100644 dev-python/aiohttp/aiohttp-3.11.8.ebuild
create mode 100644 dev-python/boto3/boto3-1.35.71.ebuild
create mode 100644 dev-python/botocore/botocore-1.35.71.ebuild
create mode 100644 dev-python/cryptography/cryptography-44.0.0.ebuild
create mode 100644 dev-python/faker/faker-33.1.0.ebuild
create mode 100644 dev-python/fastjsonschema/fastjsonschema-2.21.0.ebuild
rename dev-python/fido2/{fido2-1.1.3.ebuild => fido2-1.1.3-r1.ebuild} (95%)
create mode 100644 dev-python/fido2/fido2-1.2.0.ebuild
delete mode 100644 dev-python/findimports/findimports-2.4.0.ebuild
rename dev-python/findimports/{findimports-2.5.0.ebuild => findimports-2.5.2.ebuild} (100%)
delete mode 100644 dev-python/hypothesis/hypothesis-6.119.1.ebuild
delete mode 100644 dev-python/hypothesis/hypothesis-6.119.2.ebuild
rename dev-python/hypothesis/{hypothesis-6.119.3.ebuild => hypothesis-6.120.0.ebuild} (94%)
create mode 100644 dev-python/pebble/pebble-5.1.0.ebuild
create mode 100644 dev-python/pyjwt/pyjwt-2.10.1.ebuild
create mode 100644 dev-python/pyopenssl/pyopenssl-24.3.0.ebuild
create mode 100644 dev-python/pytest-click/Manifest
create mode 100644 dev-python/pytest-click/metadata.xml
create mode 100644 dev-python/pytest-click/pytest-click-1.1.0.ebuild
create mode 100644 dev-python/pytools/pytools-2024.1.17.ebuild
delete mode 100644 dev-python/sigstore/sigstore-3.5.1.ebuild
rename dev-python/sigstore/{sigstore-3.4.0.ebuild => sigstore-3.5.3.ebuild} (97%)
rename dev-python/simsimd/{simsimd-6.0.7.ebuild => simsimd-6.2.1.ebuild} (100%)
create mode 100644 dev-python/sqlglot/sqlglot-25.32.1.ebuild
create mode 100644 dev-python/tomli/tomli-2.2.1.ebuild
create mode 100644 dev-python/trimesh/trimesh-4.5.3.ebuild
rename dev-python/types-docutils/{types-docutils-0.21.0.20240907.ebuild => types-docutils-0.21.0.20241128.ebuild} (94%)
create mode 100644 dev-python/uv/uv-0.5.5.ebuild
create mode 100644 dev-python/webtest/webtest-3.0.2.ebuild
rename dev-python/x-wr-timezone/{x-wr-timezone-0.0.7.ebuild => x-wr-timezone-2.0.0.ebuild} (70%)
*** synced gentoo
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 gentoo
* Cache regenerated successfully
|