Skip to content

Make publish_status.py post on Slack, new file himlarcli/slack2.py#138

Open
trondham wants to merge 15 commits into
norcams:masterfrom
trondham:slack2
Open

Make publish_status.py post on Slack, new file himlarcli/slack2.py#138
trondham wants to merge 15 commits into
norcams:masterfrom
trondham:slack2

Conversation

@trondham
Copy link
Copy Markdown
Contributor

@trondham trondham commented May 4, 2026

No description provided.

trondham added 15 commits April 28, 2026 10:02
● Five changes made across five files:

  ┌───────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────────┐
  │           File            │                                           Change                                           │
  ├───────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────┤
  │ himlarcli/client.py       │ class Client(ABC) instead of Client(object) + __metaclass__; import ABC instead of ABCMeta │
  ├───────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────┤
  │ himlarcli/notify.py:89,94 │ .iteritems() → .items()                                                                    │
  ├───────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────┤
  │ himlarcli/mail.py:136,141 │ .iteritems() → .items()                                                                    │
  ├───────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────┤
  │ himlarcli/state.py:154    │ .iteritems() → .items()                                                                    │
  ├───────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────┤
  │ tests/setup_test.py:47    │ .iteritems() → .items()                                                                    │
  └───────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────────┘

  The client.py change is the most important — Client will now actually enforce @AbstractMethod on subclasses in Python 3, which was
  silently broken before.
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.

1 participant