Codebase list cppy / 378de50
Reading package lists... 0%Reading package lists... 0%Reading package lists... 0%Reading package lists... 99%Reading package lists... 99%Reading package lists... Done Building dependency tree... 0%Building dependency tree... 0%Building dependency tree... 50%Building dependency tree... 50%Building dependency tree... 98%Building dependency tree... Done Reading state information... 0% Reading state information... 0%Reading state information... Done Connecting to api.ftp-master.debian.org to check 2 package versions. Please wait... Got info from api.ftp-master.debian.org for 2 packages. Changes applied to dpkg configuration: - control source Standards-Version: '4.5.0' -> '4.6.0' # applied fix for :Current standards version is '4.6.0'. Please read https://www.debian.org/doc/debian-policy/upgrading-checklist.html for the changes that may be needed on your package to upgrade it from standard version '4.5.0' to '4.6.0'. - patches:"intersphinx.patch" Synopsis has new value: 'Intersphinx' # applied fix for :Empty synopsis Debian Janitor 2 years ago
3 changed file(s) with 30 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
66 [ Sandro Tosi ]
77 * Use the new Debian Python Team contact name and address
88
9 [ Debian Janitor ]
10 * Reading package lists... 0%Reading package lists... 0%Reading package
11 lists... 0%Reading package lists... 99%Reading package lists... 99%Reading
12 package lists... Done Building dependency tree... 0%Building dependency
13 tree... 0%Building dependency tree... 50%Building dependency tree...
14 50%Building dependency tree... 98%Building dependency tree... Done Reading
15 state information... 0% Reading state information... 0%Reading state
16 information... Done Connecting to api.ftp-master.debian.org to check 2
17 package versions. Please wait... Got info from api.ftp-master.debian.org for
18 2 packages. Changes applied to dpkg configuration: - control source
19 Standards-Version: '4.5.0' -> '4.6.0' # applied fix for :Current standards
20 version is '4.6.0'. Please read
21 https://www.debian.org/doc/debian-policy/upgrading-checklist.html for the
22 changes that may be needed on your package to upgrade it from standard
23 version '4.5.0' to '4.6.0'. - patches:"intersphinx.patch" Synopsis has new
24 value: 'Intersphinx' # applied fix for :Empty synopsis
25
926 -- Sandro Tosi <morph@debian.org> Mon, 04 Jan 2021 16:59:05 -0500
1027
1128 cppy (1.1.0-1) unstable; urgency=low
00 Source: cppy
1 Maintainer: Sandro Tosi <morph@debian.org>
2 Uploaders: Debian Python Team <team+python@tracker.debian.org>
13 Section: python
24 Priority: optional
3 Maintainer: Sandro Tosi <morph@debian.org>
4 Uploaders: Debian Python Team <team+python@tracker.debian.org>,
55 Build-Depends: debhelper-compat (= 13),
66 dh-python,
77 python3-all,
88 python3-doc <!nodoc>,
99 python3-setuptools,
1010 python3-sphinx <!nodoc>,
11 python3-sphinx-rtd-theme <!nodoc>,
12 Standards-Version: 4.5.0
11 python3-sphinx-rtd-theme <!nodoc>
12 Standards-Version: 4.6.0
13 Vcs-Browser: https://salsa.debian.org/python-team/packages/cppy
14 Vcs-Git: https://salsa.debian.org/python-team/packages/cppy.git
1315 Homepage: https://github.com/nucleic/cppy
14 Vcs-Git: https://salsa.debian.org/python-team/packages/cppy.git
15 Vcs-Browser: https://salsa.debian.org/python-team/packages/cppy
1616
1717 Package: python-cppy-doc
18 Architecture: all
1819 Section: doc
19 Build-Profiles: <!nodoc>
20 Architecture: all
2120 Depends: ${misc:Depends},
22 ${sphinxdoc:Depends},
21 ${sphinxdoc:Depends}
2322 Description: C++ headers for (Python) C extension development (documentation)
2423 A small C++ header library which makes it easier to write Python extension
2524 modules. The primary feature is a PyObject smart pointer which automatically
2726 common object operations.
2827 .
2928 This package contains the documentation for cppy.
29 Build-Profiles: <!nodoc>
3030
3131 Package: python3-cppy
3232 Architecture: all
3333 Depends: ${misc:Depends},
34 ${python3:Depends},
35 Recommends: ${python3:Recommends},
36 Suggests: ${python3:Suggests},
34 ${python3:Depends}
35 Recommends: ${python3:Recommends}
36 Suggests: ${python3:Suggests}
3737 Description: C++ headers for (Python) C extension development
3838 A small C++ header library which makes it easier to write Python extension
3939 modules. The primary feature is a PyObject smart pointer which automatically
0 Description: Intersphinx
01 --- a/docs/source/conf.py
12 +++ b/docs/source/conf.py
23 @@ -181,4 +181,4 @@ epub_exclude_files = ['search.html']