Skip to content

Commit 0495d35

Browse files
timlnxclaude
andcommitted
Update GitHub handle tbielawa→timlnx, name Tim Bielawa→Tim Case
Replace all references to old GitHub handle and author name across source, docs, and tests. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 59b40fa commit 0495d35

35 files changed

Lines changed: 99 additions & 99 deletions

NEWS.rst

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ bitmath-1.3.3-1
5555
***************
5656

5757
`bitmath-1.3.3-1
58-
<https://github.com/tbielawa/bitmath/releases/tag/1.3.3.1>`__ was
58+
<https://github.com/timlnx/bitmath/releases/tag/1.3.3.1>`__ was
5959
published on 2018-08-23.
6060

6161

@@ -69,7 +69,7 @@ updates to keep up with changing standards.
6969
Minor bug fixes and documentation tweaks are included as well.
7070

7171
The project now has an official `Code of Conduct
72-
<https://github.com/tbielawa/bitmath/blob/master/CODE_OF_CONDUCT.md>`_,
72+
<https://github.com/timlnx/bitmath/blob/master/CODE_OF_CONDUCT.md>`_,
7373
as well as issue and pull request templates.
7474

7575

@@ -84,19 +84,19 @@ Changes
8484

8585
`Alexander Kapshuna <https://github.com/kapsh>`_ has submitted
8686
`several fixes
87-
<https://github.com/tbielawa/bitmath/pulls?q=is%3Apr+author%3Akapsh>`_
87+
<https://github.com/timlnx/bitmath/pulls?q=is%3Apr+author%3Akapsh>`_
8888
since the last release. Thanks!
8989

9090
* Packaging requirements fixes
9191
* Python 3 compatibility
9292
* Subclassing and Type checking fixes/improvements
9393

9494
`Marcus Kazmierczak <https://github.com/mkaz>`_ submitted `a fix
95-
<https://github.com/tbielawa/bitmath/pull/75>`_ for some broken
95+
<https://github.com/timlnx/bitmath/pull/75>`_ for some broken
9696
documentation links.
9797

9898
And `Dawid Gosławski <https://github.com/alkuzad>`_ make sure our
99-
`documentation <https://github.com/tbielawa/bitmath/pull/62/files>`_
99+
`documentation <https://github.com/timlnx/bitmath/pull/62/files>`_
100100
is accurate.
101101

102102

@@ -109,7 +109,7 @@ bitmath-1.3.1-1
109109
***************
110110

111111
`bitmath-1.3.1-1
112-
<https://github.com/tbielawa/bitmath/releases/tag/1.3.1.1>`__ was
112+
<https://github.com/timlnx/bitmath/releases/tag/1.3.1.1>`__ was
113113
published on 2016-07-17.
114114

115115
Changes
@@ -124,7 +124,7 @@ Changes
124124

125125
* Inspired by `@darkblaze69 <https://github.com/darkblaze69>`_'s
126126
request in `#60 "Problems in parse_string"
127-
<https://github.com/tbielawa/bitmath/issues/60>`_.
127+
<https://github.com/timlnx/bitmath/issues/60>`_.
128128

129129

130130
Project
@@ -137,12 +137,12 @@ Project
137137

138138
* Ubuntu builds inspired by `@hkraal <https://github.com/hkraal>`_
139139
reporting an `installation issue
140-
<https://github.com/tbielawa/bitmath/issues/57>`_ on Ubuntu systems.
140+
<https://github.com/timlnx/bitmath/issues/57>`_ on Ubuntu systems.
141141

142142

143143
**Documentation**
144144

145-
* `Cleaned up a lot <https://github.com/tbielawa/bitmath/issues/59>`_
145+
* `Cleaned up a lot <https://github.com/timlnx/bitmath/issues/59>`_
146146
of broken or re-directing links using output from the Sphinx ``make
147147
linkcheck`` command.
148148

@@ -153,7 +153,7 @@ bitmath-1.3.0-1
153153
***************
154154

155155
`bitmath-1.3.0-1
156-
<https://github.com/tbielawa/bitmath/releases/tag/1.3.0.1>`__ was
156+
<https://github.com/timlnx/bitmath/releases/tag/1.3.0.1>`__ was
157157
published on 2016-01-08.
158158

159159
Changes
@@ -162,7 +162,7 @@ Changes
162162
**Bug Fixes**
163163

164164
* Closed `GitHub Issue #55
165-
<https://github.com/tbielawa/bitmath/issues/55>`_ "best_prefix for
165+
<https://github.com/timlnx/bitmath/issues/55>`_ "best_prefix for
166166
negative values". Now :func:`bitmath.best_prefix` returns correct
167167
prefix units for negative values. Thanks `mbdm
168168
<https://github.com/mbdm>`_!
@@ -174,7 +174,7 @@ bitmath-1.2.4-1
174174
***************
175175

176176
`bitmath-1.2.4-1
177-
<https://github.com/tbielawa/bitmath/releases/tag/1.2.4-1>`__ was
177+
<https://github.com/timlnx/bitmath/releases/tag/1.2.4-1>`__ was
178178
published on 2015-11-30.
179179

180180
Changes
@@ -188,17 +188,17 @@ Changes
188188

189189
* The :func:`bitmath.parse_string` function now can parse 'octet'
190190
based units. Enhancement requested in `#53 parse french unit names
191-
<https://github.com/tbielawa/bitmath/issues/53>`_ by `walidsa3d
191+
<https://github.com/timlnx/bitmath/issues/53>`_ by `walidsa3d
192192
<https://github.com/walidsa3d>`_.
193193

194194
**Bug Fixes**
195195

196-
* `#49 <https://github.com/tbielawa/bitmath/pull/49>`_ - Fix handling
196+
* `#49 <https://github.com/timlnx/bitmath/pull/49>`_ - Fix handling
197197
unicode input in the `bitmath.parse_string
198198
<https://bitmath.readthedocs.io/en/latest/module.html#bitmath-parse-string>`__
199199
function. Thanks `drewbrew <https://github.com/drewbrew>`_!
200200

201-
* `#50 <https://github.com/tbielawa/bitmath/pull/50>`_ - Update the
201+
* `#50 <https://github.com/timlnx/bitmath/pull/50>`_ - Update the
202202
``setup.py`` script to be python3.x compat. Thanks `ssut
203203
<https://github.com/ssut>`_!
204204

@@ -232,7 +232,7 @@ bitmath-1.2.3-1
232232
***************
233233

234234
`bitmath-1.2.3-1
235-
<https://github.com/tbielawa/bitmath/releases/tag/1.2.3-1>`__ was
235+
<https://github.com/timlnx/bitmath/releases/tag/1.2.3-1>`__ was
236236
published on 2015-01-03.
237237

238238
Changes
@@ -275,7 +275,7 @@ bitmath-1.2.0-1
275275
***************
276276

277277
`bitmath-1.2.0-1
278-
<https://github.com/tbielawa/bitmath/releases/tag/1.2.0-1>`__ was
278+
<https://github.com/timlnx/bitmath/releases/tag/1.2.0-1>`__ was
279279
published on 2014-12-29.
280280

281281
Changes
@@ -291,7 +291,7 @@ Documentation
291291
=============
292292

293293
* The command-line ``bitmath`` tool now has a `proper manpage
294-
<https://github.com/tbielawa/bitmath/blob/master/bitmath.1.asciidoc.in>`_
294+
<https://github.com/timlnx/bitmath/blob/master/bitmath.1.asciidoc.in>`_
295295

296296
Project
297297
=======
@@ -308,23 +308,23 @@ bitmath-1.1.0-1
308308
***************
309309

310310
`bitmath-1.1.0-1
311-
<https://github.com/tbielawa/bitmath/releases/tag/1.1.0-1>`_ was
311+
<https://github.com/timlnx/bitmath/releases/tag/1.1.0-1>`_ was
312312
published on 2014-12-20.
313313

314-
* `GitHub Milestone Tracker for 1.1.0 <https://github.com/tbielawa/bitmath/milestones/1.1.0>`_
314+
* `GitHub Milestone Tracker for 1.1.0 <https://github.com/timlnx/bitmath/milestones/1.1.0>`_
315315

316316
Changes
317317
=======
318318

319319
**Added Functionality**
320320

321321
* New ``bitmath`` `command-line tool
322-
<https://github.com/tbielawa/bitmath/issues/35>`_ added. Provides
322+
<https://github.com/timlnx/bitmath/issues/35>`_ added. Provides
323323
CLI access to basic unit conversion functions
324324
* New utility function `bitmath.parse_string
325325
<http://bitmath.readthedocs.io/en/latest//module.html#bitmath-parse-string>`_
326326
for parsing a human-readable string into a bitmath object. `Patch
327-
submitted <https://github.com/tbielawa/bitmath/pull/42>`_ by new
327+
submitted <https://github.com/timlnx/bitmath/pull/42>`_ by new
328328
contributor `tonycpsu <https://github.com/tonycpsu>`_.
329329

330330
.. _bitmath-1.0.8-1:
@@ -333,10 +333,10 @@ bitmath-1.0.5-1 through 1.0.8-1
333333
*******************************
334334

335335
`bitmath-1.0.8-1
336-
<https://github.com/tbielawa/bitmath/releases/tag/1.0.8-1>`__ was
336+
<https://github.com/timlnx/bitmath/releases/tag/1.0.8-1>`__ was
337337
published on 2014-08-14.
338338

339-
* `GitHub Milestone Tracker for 1.0.8 <https://github.com/tbielawa/bitmath/issues?q=milestone%3A1.0.8>`_
339+
* `GitHub Milestone Tracker for 1.0.8 <https://github.com/timlnx/bitmath/issues?q=milestone%3A1.0.8>`_
340340

341341
Major Updates
342342
=============
@@ -350,17 +350,17 @@ Major Updates
350350
(`pkg info
351351
<https://admin.fedoraproject.org/pkgdb/package/rpms/python-bitmath/>`_)
352352
* merged 6 `pull requests
353-
<https://github.com/tbielawa/bitmath/pulls?q=is%3Apr+closed%3A%3C2014-08-28>`_
353+
<https://github.com/timlnx/bitmath/pulls?q=is%3Apr+closed%3A%3C2014-08-28>`_
354354
from 3 `contributors
355-
<https://github.com/tbielawa/bitmath/graphs/contributors>`_
355+
<https://github.com/timlnx/bitmath/graphs/contributors>`_
356356

357357
Bug Fixes
358358
=========
359359

360360
* fixed some math implementation bugs
361361

362-
* `commutative multiplication <https://github.com/tbielawa/bitmath/issues/18>`_
363-
* `true division <https://github.com/tbielawa/bitmath/issues/2>`_
362+
* `commutative multiplication <https://github.com/timlnx/bitmath/issues/18>`_
363+
* `true division <https://github.com/timlnx/bitmath/issues/2>`_
364364

365365
Changes
366366
=======
@@ -395,13 +395,13 @@ Project
395395
**Tests**
396396

397397
* Test suite is now implemented using `Python virtualenv's
398-
<https://github.com/tbielawa/bitmath/blob/master/Makefile#L177>`_
398+
<https://github.com/timlnx/bitmath/blob/master/Makefile#L177>`_
399399
for consistency across across platforms
400400
* Test suite now contains 150 unit tests. This is **110** more tests
401401
than the previous major release (`1.0.4-1 <bitmath-1.0.4-1>`__)
402402
* Test suite now runs on EPEL6 and EPEL7
403403
* `Code coverage
404-
<https://coveralls.io/github/tbielawa/bitmath>`_ is stable
404+
<https://coveralls.io/github/timlnx/bitmath>`_ is stable
405405
around 95-100%
406406

407407

@@ -411,7 +411,7 @@ bitmath-1.0.4-1
411411
***************
412412

413413
This is the first release of **bitmath**. `bitmath-1.0.4-1
414-
<https://github.com/tbielawa/bitmath/releases/tag/1.0.4-1>`__ was
414+
<https://github.com/timlnx/bitmath/releases/tag/1.0.4-1>`__ was
415415
published on 2014-03-20.
416416

417417
Project

README.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@
44
:height: 19
55
:width: 77
66

7-
.. image:: https://github.com/tbielawa/bitmath/actions/workflows/python.yml/badge.svg
8-
:target: https://github.com/tbielawa/bitmath/actions/workflows/python.yml
7+
.. image:: https://github.com/timlnx/bitmath/actions/workflows/python.yml/badge.svg
8+
:target: https://github.com/timlnx/bitmath/actions/workflows/python.yml
99

10-
.. image:: https://img.shields.io/github/issues/tbielawa/bitmath?style=flat-square
11-
:target: https://github.com/tbielawa/bitmath/issues
10+
.. image:: https://img.shields.io/github/issues/timlnx/bitmath?style=flat-square
11+
:target: https://github.com/timlnx/bitmath/issues
1212
:alt: Open issues
1313

14-
.. image:: https://img.shields.io/github/issues-pr/tbielawa/bitmath?style=flat-square
15-
:target: https://github.com/tbielawa/bitmath/pulls
14+
.. image:: https://img.shields.io/github/issues-pr/timlnx/bitmath?style=flat-square
15+
:target: https://github.com/timlnx/bitmath/pulls
1616
:alt: Open pull requests
1717

1818
.. image:: https://img.shields.io/pypi/dm/bitmath?style=flat-square
1919
:target: https://pypistats.org/packages/bitmath
2020
:alt: PyPI - Package Downloads
2121

22-
.. image:: https://img.shields.io/github/stars/tbielawa/bitmath?style=flat-square
22+
.. image:: https://img.shields.io/github/stars/timlnx/bitmath?style=flat-square
2323
:target: https://pypistats.org/packages/bitmath
2424
:alt: GitHub Project Popularity
2525

@@ -68,10 +68,10 @@ bytes. When you see file sizes or transfer rates in your web browser,
6868
most of the time what you're really seeing are the base-2 sizes/rates.
6969

7070
**Don't Forget!** The source for bitmath `is available on GitHub
71-
<https://github.com/tbielawa/bitmath>`_.
71+
<https://github.com/timlnx/bitmath>`_.
7272

7373
And did we mention there's almost 200 unittests? `Check them out for
74-
yourself <https://github.com/tbielawa/bitmath/tree/master/tests>`_.
74+
yourself <https://github.com/timlnx/bitmath/tree/master/tests>`_.
7575

7676
Running the tests should be as simple as calling the ``ci`` target in
7777
the Makefile: ``make ci``. Please file a bug report if you run into
@@ -109,7 +109,7 @@ You could also install bitmath from `PyPi
109109
**pip** installs need pip >= 1.1. To workaround this, `download
110110
bitmath <https://pypi.python.org/pypi/bitmath/#downloads>`_, from
111111
PyPi and then ``pip install bitmath-x.y.z.tar.gz``. See `issue #57
112-
<https://github.com/tbielawa/bitmath/issues/57#issuecomment-227018168>`_
112+
<https://github.com/timlnx/bitmath/issues/57#issuecomment-227018168>`_
113113
for more information.
114114

115115

bitmath/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
# The MIT License (MIT)
33
#
4-
# Copyright © 2014-2016 Tim Bielawa <timbielawa@gmail.com>
4+
# Copyright © 2014-2016 Tim Case <timbielawa@gmail.com>
55
# See GitHub Contributors Graph for more information
66
#
77
# Permission is hereby granted, free of charge, to any person
@@ -1228,7 +1228,7 @@ def query_device_capacity(device_fd):
12281228
# The result should be true as long as your kernel
12291229
# headers define BLKGETSIZE64 as a u64 type (please
12301230
# file a bug report at
1231-
# https://github.com/tbielawa/bitmath/issues/new if
1231+
# https://github.com/timlnx/bitmath/issues/new if
12321232
# this does *not* work for you)
12331233
],
12341234
# func is how the final result is decided. Because the

bitmath/integrations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
# The MIT License (MIT)
33
#
4-
# Copyright © 2014-2016 Tim Bielawa <timbielawa@gmail.com>
4+
# Copyright © 2014-2016 Tim Case <timbielawa@gmail.com>
55
# See GitHub Contributors Graph for more information
66
#
77
# Permission is hereby granted, free of charge, to any person

bitmath/integrations/bmargparse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
# The MIT License (MIT)
33
#
4-
# Copyright © 2014-2016 Tim Bielawa <timbielawa@gmail.com>
4+
# Copyright © 2014-2016 Tim Case <timbielawa@gmail.com>
55
# See GitHub Contributors Graph for more information
66
#
77
# Permission is hereby granted, free of charge, to any person

docsite/source/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
# General information about the project.
5050
project = u'bitmath'
51-
copyright = u'2014-2023, Tim Bielawa'
51+
copyright = u'2014-2023, Tim Case'
5252

5353
# The version info for the project you're documenting, acts as replacement for
5454
# |version| and |release|, also used in various other places throughout the
@@ -200,7 +200,7 @@
200200
# (source start file, target name, title, author, documentclass [howto/manual]).
201201
latex_documents = [
202202
('index', 'bitmath.tex', u'bitmath Documentation',
203-
u'Tim Bielawa', 'manual'),
203+
u'Tim Case', 'manual'),
204204
]
205205

206206
# The name of an image file (relative to this directory) to place at the top of
@@ -230,7 +230,7 @@
230230
# (source start file, name, description, authors, manual section).
231231
man_pages = [
232232
('index', 'bitmath', u'bitmath Documentation',
233-
[u'Tim Bielawa'], 1)
233+
[u'Tim Case'], 1)
234234
]
235235

236236
# If true, show URL addresses after external links.
@@ -244,7 +244,7 @@
244244
# dir menu entry, description, category)
245245
texinfo_documents = [
246246
('index', 'bitmath', u'bitmath Documentation',
247-
u'Tim Bielawa', 'bitmath', 'One line description of project.',
247+
u'Tim Case', 'bitmath', 'One line description of project.',
248248
'Miscellaneous'),
249249
]
250250

docsite/source/contact.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Contact
44
#######
55

6-
Hi, I'm Tim Bielawa, the bitmath maintainer. Would you like to get in
6+
Hi, I'm Tim Case, the bitmath maintainer. Would you like to get in
77
touch? Maybe you want to peek at other stuff I'm working on? Go right
88
ahead:
99

@@ -18,7 +18,7 @@ ahead:
1818
Almost every project I work on, code or not, ends up on GitHub
1919
eventually. You can see what else I've been busy with on my profile.
2020

21-
* `GitHub: tbielawa <https://github.com/tbielawa/>`_
21+
* `GitHub: tbielawa <https://github.com/timlnx/>`_
2222

2323
**Bugs/Issues/Requests**
2424
All contributions related directly to the bitmath project, i.e. bug
@@ -30,7 +30,7 @@ ahead:
3030

3131
**E-Mail**
3232
If you want to contact me directly, `clone the project
33-
<https://github.com/tbielawa/bitmath>`_ and look at any of `my
33+
<https://github.com/timlnx/bitmath>`_ and look at any of `my
3434
bitmath commits
35-
<https://github.com/tbielawa/bitmath/commits/master?author=tbielawa>`_
35+
<https://github.com/timlnx/bitmath/commits/master?author=tbielawa>`_
3636
to find my email address.

0 commit comments

Comments
 (0)