Skip to content

Commit 36d34a1

Browse files
committed
Update documentation
1 parent ff5cc07 commit 36d34a1

81 files changed

Lines changed: 7136 additions & 1298 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.buildinfo

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 41573772cd93a8fbb9cfd6def4b1d974
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7

.doctrees/CHANGES.doctree

26.4 KB
Binary file not shown.

.doctrees/README.doctree

18.3 KB
Binary file not shown.

.doctrees/environment.pickle

37.7 KB
Binary file not shown.

.doctrees/index.doctree

21.1 KB
Binary file not shown.

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.
File renamed without changes.

CHANGES.html

Lines changed: 273 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,273 @@
1+
2+
<!DOCTYPE html>
3+
4+
<html lang="en" data-content_root="./">
5+
<head>
6+
<meta charset="utf-8" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
8+
9+
<title>Changelog &#8212; pyc_wheel 2.0.12 documentation</title>
10+
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" />
11+
<link rel="stylesheet" type="text/css" href="_static/bizstyle.css?v=5283bb3d" />
12+
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
13+
<link rel="stylesheet" type="text/css" href="_static/tabs.css?v=a5c4661c" />
14+
15+
<script src="_static/documentation_options.js?v=de48c32c"></script>
16+
<script src="_static/doctools.js?v=fd6eb6e6"></script>
17+
<script src="_static/sphinx_highlight.js?v=6ffebe34"></script>
18+
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
19+
<script src="_static/copybutton.js?v=f281be69"></script>
20+
<script src="_static/tabs.js?v=3030b3cb"></script>
21+
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
22+
<script src="_static/bizstyle.js"></script>
23+
<link rel="index" title="Index" href="genindex.html" />
24+
<link rel="search" title="Search" href="search.html" />
25+
<link rel="prev" title="pyc_wheel documentation" href="index.html" />
26+
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
27+
<!--[if lt IE 9]>
28+
<script src="_static/css3-mediaqueries.js"></script>
29+
<![endif]-->
30+
</head><body>
31+
<div class="related" role="navigation" aria-label="Related">
32+
<h3>Navigation</h3>
33+
<ul>
34+
<li class="right" style="margin-right: 10px">
35+
<a href="genindex.html" title="General Index"
36+
accesskey="I">index</a></li>
37+
<li class="right" >
38+
<a href="index.html" title="pyc_wheel documentation"
39+
accesskey="P">previous</a> |</li>
40+
<li class="nav-item nav-item-0"><a href="index.html">pyc_wheel 2.0.12 documentation</a> &#187;</li>
41+
<li class="nav-item nav-item-this"><a href="">Changelog</a></li>
42+
</ul>
43+
</div>
44+
45+
<div class="document">
46+
<div class="documentwrapper">
47+
<div class="bodywrapper">
48+
<div class="body" role="main">
49+
50+
<section id="changelog">
51+
<span id="changes"></span><h1>Changelog<a class="headerlink" href="#changelog" title="Link to this heading"></a></h1>
52+
<section id="id1">
53+
<h2>2.0.12 (2026-01-10)<a class="headerlink" href="#id1" title="Link to this heading"></a></h2>
54+
<ul class="simple">
55+
<li><p>Fixing the file exclusion error.</p></li>
56+
<li><p>Marked the package as typed.</p></li>
57+
<li><p>Copyright year update.</p></li>
58+
<li><p>The documentation has been moved from Read the Docs to GitHub Pages.</p></li>
59+
<li><p>Added the ‘tool.tox.env.cleanup’ test environment.</p></li>
60+
<li><p>Setup update (mainly dependencies) and bug fixes.</p></li>
61+
</ul>
62+
</section>
63+
<section id="id2">
64+
<h2>1.5.0 (2025-09-01)<a class="headerlink" href="#id2" title="Link to this heading"></a></h2>
65+
<ul class="simple">
66+
<li><p>Made the package typed.</p></li>
67+
<li><p>Setup update (mainly dependencies).</p></li>
68+
</ul>
69+
</section>
70+
<section id="id3">
71+
<h2>1.3.6 (2025-07-07)<a class="headerlink" href="#id3" title="Link to this heading"></a></h2>
72+
<ul class="simple">
73+
<li><p>Unittests have been added.</p></li>
74+
<li><p>100% code coverage.</p></li>
75+
<li><p>A few minor code improvements.</p></li>
76+
<li><p>Setup update (mainly dependencies).</p></li>
77+
</ul>
78+
</section>
79+
<section id="id4">
80+
<h2>1.3.5 (2025-06-11)<a class="headerlink" href="#id4" title="Link to this heading"></a></h2>
81+
<ul class="simple">
82+
<li><p>Setup update (mainly dependencies).</p></li>
83+
</ul>
84+
</section>
85+
<section id="id5">
86+
<h2>1.3.4 (2025-05-15)<a class="headerlink" href="#id5" title="Link to this heading"></a></h2>
87+
<ul class="simple">
88+
<li><p>The distribution is now built using ‘build’ instead of ‘setuptools’.</p></li>
89+
<li><p>Setup update (mainly dependencies) (due to regressions in tox and setuptools).</p></li>
90+
</ul>
91+
</section>
92+
<section id="id6">
93+
<h2>1.3.2 (2025-05-10)<a class="headerlink" href="#id6" title="Link to this heading"></a></h2>
94+
<ul class="simple">
95+
<li><p>Added support for Python 3.14</p></li>
96+
<li><p>Dropped support for Python 3.9 (due to compatibility issues).</p></li>
97+
<li><p>Added support for PyPy 3.11</p></li>
98+
<li><p>Dropped support for PyPy 3.9</p></li>
99+
<li><p><a class="reference external" href="https://github.com/karpierz/pyc_wheel/pull/20">Add –rename and –symlink options.</a></p></li>
100+
<li><p><a class="reference external" href="https://github.com/karpierz/pyc_wheel/issues/21">Fix for a bug</a></p></li>
101+
<li><p><a class="reference external" href="https://github.com/karpierz/pyc_wheel/issues/19">Fix for a bug when wheel tag rewrite processed incorrectly</a></p></li>
102+
<li><p><a class="reference external" href="https://github.com/karpierz/pyc_wheel/pull/15">Fix links in README.rst</a></p></li>
103+
<li><p>Updated Read the Docs’ Python version to 3.13</p></li>
104+
<li><p>Updated tox’s base_python to version 3.13</p></li>
105+
<li><p>Setup update (mainly dependencies).</p></li>
106+
</ul>
107+
</section>
108+
<section id="id7">
109+
<h2>1.3.0 (2025-02-10)<a class="headerlink" href="#id7" title="Link to this heading"></a></h2>
110+
<ul>
111+
<li><p>Added support for Python 3.10, 3.11, 3.12 and 3.13</p></li>
112+
<li><p>Dropped support for Python 3.6, 3.7 and 3.8</p></li>
113+
<li><p>Added support for PyPy 3.9 and 3.10</p></li>
114+
<li><p><a class="reference external" href="https://github.com/karpierz/pyc_wheel/pull/14">Add –optimize argument to allow setting the optimization level
115+
of the compiler.</a></p></li>
116+
<li><p><a class="reference external" href="https://github.com/karpierz/pyc_wheel/pull/13">Wheel name should include Python tag.</a></p></li>
117+
<li><p><a class="reference external" href="https://github.com/karpierz/pyc_wheel/pull/9">Preserve the permissions bits.</a></p></li>
118+
<li><p><a class="reference external" href="https://github.com/karpierz/pyc_wheel/pull/7">Extend docs for –exclude and –help.</a></p></li>
119+
<li><p>Add –log argument to allow logging.</p></li>
120+
<li><p>100% code linting.</p></li>
121+
<li><p>Copyright year update.</p></li>
122+
<li><p>Setup update (currently based on pyproject.toml).</p></li>
123+
<li><div class="line-block">
124+
<div class="line">The tox configuration has been moved to pyproject.toml</div>
125+
<div class="line">and now based on tox &gt;= 4.0</div>
126+
</div>
127+
</li>
128+
<li><p>Setup update (mainly dependencies).</p></li>
129+
</ul>
130+
</section>
131+
<section id="id8">
132+
<h2>1.2.7 (2021-10-14)<a class="headerlink" href="#id8" title="Link to this heading"></a></h2>
133+
<ul class="simple">
134+
<li><p>Setup update.</p></li>
135+
</ul>
136+
</section>
137+
<section id="id9">
138+
<h2>1.2.6 (2021-07-20)<a class="headerlink" href="#id9" title="Link to this heading"></a></h2>
139+
<ul class="simple">
140+
<li><p>Setup general update and improvement.</p></li>
141+
</ul>
142+
</section>
143+
<section id="id10">
144+
<h2>1.2.4 (2020-10-18)<a class="headerlink" href="#id10" title="Link to this heading"></a></h2>
145+
<ul class="simple">
146+
<li><p>Dropped support for Python 3.5.</p></li>
147+
<li><p>Fixed docs setup.</p></li>
148+
</ul>
149+
</section>
150+
<section id="id11">
151+
<h2>1.1.0 (2020-09-22)<a class="headerlink" href="#id11" title="Link to this heading"></a></h2>
152+
<ul class="simple">
153+
<li><p>Added support for Python 3.9.</p></li>
154+
<li><p><a class="reference external" href="https://github.com/karpierz/pyc_wheel/pull/4">Fixed improper permission setting to read distribution.</a></p></li>
155+
<li><p>Setup general update and cleanup.</p></li>
156+
</ul>
157+
</section>
158+
<section id="id12">
159+
<h2>1.0.3 (2020-01-16)<a class="headerlink" href="#id12" title="Link to this heading"></a></h2>
160+
<ul class="simple">
161+
<li><p>Added ReadTheDocs config file.</p></li>
162+
<li><p>Setup update.</p></li>
163+
</ul>
164+
</section>
165+
<section id="id13">
166+
<h2>1.0.2 (2019-12-03)<a class="headerlink" href="#id13" title="Link to this heading"></a></h2>
167+
<ul class="simple">
168+
<li><p>Added the ability to exclude files from compilation.</p></li>
169+
<li><p>Added the ability to use wildcards.</p></li>
170+
</ul>
171+
</section>
172+
<section id="rc3-2019-11-30">
173+
<h2>1.0.1rc3 (2019-11-30)<a class="headerlink" href="#rc3-2019-11-30" title="Link to this heading"></a></h2>
174+
<ul class="simple">
175+
<li><p>A little fix for README.rst</p></li>
176+
</ul>
177+
</section>
178+
<section id="rc2-2019-11-30">
179+
<h2>1.0.1rc2 (2019-11-30)<a class="headerlink" href="#rc2-2019-11-30" title="Link to this heading"></a></h2>
180+
<ul>
181+
<li><div class="line-block">
182+
<div class="line">Creating a fork of Grant Patten’s <em>pycwheel</em> package with a fixes,</div>
183+
<div class="line">changes and improvements allowing to work with Python3 or higher.</div>
184+
</div>
185+
</li>
186+
</ul>
187+
<p>Changes of the original <em>pycwheel</em>:</p>
188+
</section>
189+
<section id="sep-25-2016">
190+
<h2>1.0.0 (Sep 25, 2016)<a class="headerlink" href="#sep-25-2016" title="Link to this heading"></a></h2>
191+
<ul class="simple">
192+
<li><p>Initial commit.</p></li>
193+
</ul>
194+
</section>
195+
</section>
196+
197+
198+
<div class="clearer"></div>
199+
</div>
200+
</div>
201+
</div>
202+
<div class="sphinxsidebar" role="navigation" aria-label="Main">
203+
<div class="sphinxsidebarwrapper">
204+
<div>
205+
<h3><a href="index.html">Table of Contents</a></h3>
206+
<ul>
207+
<li><a class="reference internal" href="#">Changelog</a><ul>
208+
<li><a class="reference internal" href="#id1">2.0.12 (2026-01-10)</a></li>
209+
<li><a class="reference internal" href="#id2">1.5.0 (2025-09-01)</a></li>
210+
<li><a class="reference internal" href="#id3">1.3.6 (2025-07-07)</a></li>
211+
<li><a class="reference internal" href="#id4">1.3.5 (2025-06-11)</a></li>
212+
<li><a class="reference internal" href="#id5">1.3.4 (2025-05-15)</a></li>
213+
<li><a class="reference internal" href="#id6">1.3.2 (2025-05-10)</a></li>
214+
<li><a class="reference internal" href="#id7">1.3.0 (2025-02-10)</a></li>
215+
<li><a class="reference internal" href="#id8">1.2.7 (2021-10-14)</a></li>
216+
<li><a class="reference internal" href="#id9">1.2.6 (2021-07-20)</a></li>
217+
<li><a class="reference internal" href="#id10">1.2.4 (2020-10-18)</a></li>
218+
<li><a class="reference internal" href="#id11">1.1.0 (2020-09-22)</a></li>
219+
<li><a class="reference internal" href="#id12">1.0.3 (2020-01-16)</a></li>
220+
<li><a class="reference internal" href="#id13">1.0.2 (2019-12-03)</a></li>
221+
<li><a class="reference internal" href="#rc3-2019-11-30">1.0.1rc3 (2019-11-30)</a></li>
222+
<li><a class="reference internal" href="#rc2-2019-11-30">1.0.1rc2 (2019-11-30)</a></li>
223+
<li><a class="reference internal" href="#sep-25-2016">1.0.0 (Sep 25, 2016)</a></li>
224+
</ul>
225+
</li>
226+
</ul>
227+
228+
</div>
229+
<div>
230+
<h4>Previous topic</h4>
231+
<p class="topless"><a href="index.html"
232+
title="previous chapter">pyc_wheel documentation</a></p>
233+
</div>
234+
<div role="note" aria-label="source link">
235+
<h3>This Page</h3>
236+
<ul class="this-page-menu">
237+
<li><a href="_sources/CHANGES.rst.txt"
238+
rel="nofollow">Show Source</a></li>
239+
</ul>
240+
</div>
241+
<search id="searchbox" style="display: none" role="search">
242+
<h3 id="searchlabel">Quick search</h3>
243+
<div class="searchformwrapper">
244+
<form class="search" action="search.html" method="get">
245+
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
246+
<input type="submit" value="Go" />
247+
</form>
248+
</div>
249+
</search>
250+
<script>document.getElementById('searchbox').style.display = "block"</script>
251+
</div>
252+
</div>
253+
<div class="clearer"></div>
254+
</div>
255+
<div class="related" role="navigation" aria-label="Related">
256+
<h3>Navigation</h3>
257+
<ul>
258+
<li class="right" style="margin-right: 10px">
259+
<a href="genindex.html" title="General Index"
260+
>index</a></li>
261+
<li class="right" >
262+
<a href="index.html" title="pyc_wheel documentation"
263+
>previous</a> |</li>
264+
<li class="nav-item nav-item-0"><a href="index.html">pyc_wheel 2.0.12 documentation</a> &#187;</li>
265+
<li class="nav-item nav-item-this"><a href="">Changelog</a></li>
266+
</ul>
267+
</div>
268+
<div class="footer" role="contentinfo">
269+
&#169; Copyright Adam Karpierz, Grant Patten.
270+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 9.1.0.
271+
</div>
272+
</body>
273+
</html>

0 commit comments

Comments
 (0)