<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/setuptools-scm.git/testing, branch v6.4.0</title>
<subtitle>github.com: pypa/setuptools_scm.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/'/>
<entry>
<title>Use timezone aware datetime</title>
<updated>2022-01-17T18:24:55+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-01-17T18:11:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=c0995f1af190617a6ca4171e49c4af04d6adf526'/>
<id>c0995f1af190617a6ca4171e49c4af04d6adf526</id>
<content type='text'>
The official Python docs recommend explicitly passing a timezone object
instead of using `utcnow` or `utcfromtimestamp`:

https://docs.python.org/3/library/datetime.html#datetime.datetime.utcnow
https://docs.python.org/3/library/datetime.html#datetime.datetime.utcfromtimestamp
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The official Python docs recommend explicitly passing a timezone object
instead of using `utcnow` or `utcfromtimestamp`:

https://docs.python.org/3/library/datetime.html#datetime.datetime.utcnow
https://docs.python.org/3/library/datetime.html#datetime.datetime.utcfromtimestamp
</pre>
</div>
</content>
</entry>
<entry>
<title>numerous type fixes and initial guess no dev handling</title>
<updated>2022-01-13T07:44:16+00:00</updated>
<author>
<name>Ronny Pfannschmidt</name>
<email>opensource@ronnypfannschmidt.de</email>
</author>
<published>2022-01-11T20:56:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=eaf6d6417294401fb0d404dc85e95f14b73db0d7'/>
<id>eaf6d6417294401fb0d404dc85e95f14b73db0d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #646 from abravalheri/improve-main</title>
<updated>2021-12-29T22:30:08+00:00</updated>
<author>
<name>Ronny Pfannschmidt</name>
<email>opensource@ronnypfannschmidt.de</email>
</author>
<published>2021-12-29T22:30:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=88efad42f90ef636443ac6ce25561b9118cd74c2'/>
<id>88efad42f90ef636443ac6ce25561b9118cd74c2</id>
<content type='text'>
Consider configuration when running `__main__`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Consider configuration when running `__main__`</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #655 from kianmeng/fix-typos</title>
<updated>2021-12-29T22:27:35+00:00</updated>
<author>
<name>Ronny Pfannschmidt</name>
<email>opensource@ronnypfannschmidt.de</email>
</author>
<published>2021-12-29T22:27:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=658ee7ab0f0131526561e6e0a4a7e23caa93feee'/>
<id>658ee7ab0f0131526561e6e0a4a7e23caa93feee</id>
<content type='text'>
Fix typos</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix typos</pre>
</div>
</content>
</entry>
<entry>
<title>handle setuptools install deprecation</title>
<updated>2021-12-21T09:48:22+00:00</updated>
<author>
<name>Ronny Pfannschmidt</name>
<email>opensource@ronnypfannschmidt.de</email>
</author>
<published>2021-12-21T09:10:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=d3ed11112e680f0fa5c4c105a01a970c69064ec0'/>
<id>d3ed11112e680f0fa5c4c105a01a970c69064ec0</id>
<content type='text'>
* defer virtualenv imports to avoid import time warnings
* ensure tests warn instead of failing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* defer virtualenv imports to avoid import time warnings
* ensure tests warn instead of failing
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2021-12-08T23:22:12+00:00</updated>
<author>
<name>Kian-Meng, Ang</name>
<email>kianmeng@cpan.org</email>
</author>
<published>2021-12-08T23:22:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=05783178014d75d74cac6b20c45309ab128ef598'/>
<id>05783178014d75d74cac6b20c45309ab128ef598</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test __main__ for pyproject without setuptools_scm</title>
<updated>2021-10-30T17:19:48+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2021-10-30T17:19:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=d664d3f8a3d080d90a2934555d979737d18aca92'/>
<id>d664d3f8a3d080d90a2934555d979737d18aca92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Consider configuration when running `__main__`</title>
<updated>2021-10-30T10:59:30+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2021-10-29T18:30:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=fc3dd17b332a76986da00d03acbb80da760bebb8'/>
<id>fc3dd17b332a76986da00d03acbb80da760bebb8</id>
<content type='text'>
Since the usage with `setup.py` is deprecated, it would be nice to have
a command that give the same results as:

    python setup.py --version

The idea of the changes implemented here is to do that using the
`__main__` module.

The methodology consists in using the `find_files` function to look for
a `pyproject.toml` file and then reading the configuration from there.

If `pyproject.toml` file is not found or it does not contain a
`[tool.setuptools_scm]` table, the command works as implemented before
(guessing the next version).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since the usage with `setup.py` is deprecated, it would be nice to have
a command that give the same results as:

    python setup.py --version

The idea of the changes implemented here is to do that using the
`__main__` module.

The methodology consists in using the `find_files` function to look for
a `pyproject.toml` file and then reading the configuration from there.

If `pyproject.toml` file is not found or it does not contain a
`[tool.setuptools_scm]` table, the command works as implemented before
(guessing the next version).
</pre>
</div>
</content>
</entry>
<entry>
<title>ensure write_to will not error out on invalid PRETEND_VERSION</title>
<updated>2021-09-26T18:05:52+00:00</updated>
<author>
<name>Ronny Pfannschmidt</name>
<email>opensource@ronnypfannschmidt.de</email>
</author>
<published>2021-09-14T21:33:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=864ddaa1c8ec20afecee0409ee12da45a65cb28b'/>
<id>864ddaa1c8ec20afecee0409ee12da45a65cb28b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add acceptance test for dummy pretend versions</title>
<updated>2021-09-26T18:05:13+00:00</updated>
<author>
<name>Ronny Pfannschmidt</name>
<email>opensource@ronnypfannschmidt.de</email>
</author>
<published>2021-09-14T21:03:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=1660900243be8f99cb62c62c0417721a128bdb46'/>
<id>1660900243be8f99cb62c62c0417721a128bdb46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
