Skip to content

Pull 2.4.1 from ppannuto/python-titlecase#7

Merged
mattstevens merged 2 commits into
mattstevens:masterfrom
braver:pull-2.4.1
May 12, 2026
Merged

Pull 2.4.1 from ppannuto/python-titlecase#7
mattstevens merged 2 commits into
mattstevens:masterfrom
braver:pull-2.4.1

Conversation

@braver

@braver braver commented May 8, 2026

Copy link
Copy Markdown
Contributor

I looked into the possibility of importing from a dependency. However, titlecase is only distributed as a source tarball, not as a wheel. Which is not supported in Sublime, at least not the way that source repo is organized. Vendoring remains the simplest way of doing it, and although it will probably fall behind again it's not like this thing is very volatile.

This PR updates titlecase to the last published version. That's a much better idea than my previous PR (#6). That way #1, #2 and #5 can also be closed.

Because the license requires that ("The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.") I also included the original license, and for completeness sake the credits to the authors.

Hopefully you're willing to merge this PR as well. Please don't forget to tag the latest version of this repo, Package Control only looks at tags, so without the tag these improvements don't reach users of the package.

@mattstevens mattstevens merged commit 189400d into mattstevens:master May 12, 2026
@braver braver deleted the pull-2.4.1 branch May 12, 2026 14:31
@braver

braver commented May 12, 2026

Copy link
Copy Markdown
Contributor Author

@mattstevens please create a new tag. The last tag still points to a version from 2013 and that's the only version that users of this package in Sublime Text will see (ie. none of the recent changes are actually reaching any new or existing users).

@mattstevens

Copy link
Copy Markdown
Owner

Yes I'm aware, I want to do some testing before publishing a new release.

@braver

braver commented Jun 25, 2026

Copy link
Copy Markdown
Contributor Author

Just a friendly reminder to tag :) There shouldn't that much to test, it's a thin wrapper around a publicly available lib, any bugs would be with that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants