Skip to content

Commit a3fe6b1

Browse files
Merge branch 'main' into translation/source
2 parents 27d4449 + 453e2cd commit a3fe6b1

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

source/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Glossary
1414

1515
Build Backend
1616

17-
A library that takes a source tree
17+
A library that takes a :term:`source tree <Project Source Tree>`
1818
and builds a :term:`source distribution <Source Distribution (or "sdist")>` or
1919
:term:`built distribution <Built Distribution>` from it.
2020
The build is delegated to the backend by a

source/guides/analyzing-pypi-package-downloads.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,14 @@ Usage:
333333
The `pandas-gbq`_ project allows for accessing query results via `Pandas`_.
334334

335335

336+
``ClickPy``
337+
-----------
338+
339+
The `ClickPy`_ project provides a public application to visualize download
340+
statistics, with free direct SQL access to the underlying open-source
341+
`ClickHouse`_ database, updated daily.
342+
343+
336344
References
337345
==========
338346

@@ -346,3 +354,5 @@ References
346354
.. _google-cloud-bigquery: https://cloud.google.com/bigquery/docs/reference/libraries
347355
.. _pandas-gbq: https://pandas-gbq.readthedocs.io/en/latest/
348356
.. _Pandas: https://pandas.pydata.org/
357+
.. _ClickHouse: https://github.com/ClickHouse/ClickHouse
358+
.. _Clickpy: https://clickpy.clickhouse.com/

source/shared/build-backend-tabs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838
.. code-block:: toml
3939
4040
[build-system]
41-
requires = ["uv_build >= 0.10.0, <0.11.0"]
41+
requires = ["uv_build >= 0.10.7, <0.11.0"]
4242
build-backend = "uv_build"

source/specifications/version-specifiers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -605,8 +605,8 @@ and post-releases for minor corrections::
605605
1.0.dev2
606606
1.0.dev3
607607
1.0.dev4
608-
1.0c1
609-
1.0c2
608+
1.0rc1
609+
1.0rc2
610610
1.0
611611
1.0.post1
612612
1.1.dev1

0 commit comments

Comments
 (0)