~jugmac00/lazr.enum:more-python

Last commit made on 2021-11-05
Get this branch:
git clone -b more-python https://git.launchpad.net/~jugmac00/lazr.enum
Only Jürgen Gmach can upload to this branch. If you are Jürgen Gmach please log in for upload directions.

Branch merges

Branch information

Name:
more-python
Repository:
lp:~jugmac00/lazr.enum

Recent commits

063fcca... by Jürgen Gmach

Add support for Python 3.9 and 3.10, drop support for Python 3.4

91299a4... by Jürgen Gmach

Rename .bzrignore to .gitignore

b4c2875... by Colin Watson

Release lazr.enum 1.2.1.

5aa480a... by Colin Watson

[r=cristiangsp] Adjust versioning strategy to avoid importing pkg_resources, which is slow in large environments.

3fca3be... by Colin Watson

Adjust versioning strategy to avoid importing pkg_resources, which is slow in large environments.

df3a8ac... by Colin Watson

Release lazr.enum 1.2.

d727b32... by Colin Watson

Silence expected warning during tests.

4bc3887... by Colin Watson

Merge lazr.enum 1.1.4.

https://code.launchpad.net/~wallyworld/lazr.enum/json-serialisation-support/+merge/102430
was released to PyPI as lazr.enum 1.1.4, but inexplicably not merged into
trunk first. Rectify this.

I made a couple of small changes to resolve conflicts and keep the tests
passing on Python 3.

227a0e8... by Colin Watson

[r=doismellburning] Add Python 3 support.

9b4b467... by Colin Watson

Simplify slightly using a context manager.